From 090b885b7d6dc82e5ec066dbf81d071086e9ec10 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 3 Sep 2022 18:23:23 +0200 Subject: Quarkus: Simplify and document on/off toggle. Change-Id: I90b5879ff99ec54deb17453af709ce2ba7070c0d --- examples/quarkus/pom.xml | 2 +- examples/quarkus/src/main/resources/application.properties | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'examples/quarkus') diff --git a/examples/quarkus/pom.xml b/examples/quarkus/pom.xml index 2eeeb40..6e4f042 100644 --- a/examples/quarkus/pom.xml +++ b/examples/quarkus/pom.xml @@ -14,7 +14,7 @@ SPDX-License-Identifier: GPL-3.0-or-later eu.mulk.quarkus-googlecloud-jsonlogging quarkus-googlecloud-jsonlogging-parent - 4.0.0 + 5.0.0 quarkus-googlecloud-jsonlogging-quarkus-example diff --git a/examples/quarkus/src/main/resources/application.properties b/examples/quarkus/src/main/resources/application.properties index 8b991a7..24eae27 100644 --- a/examples/quarkus/src/main/resources/application.properties +++ b/examples/quarkus/src/main/resources/application.properties @@ -1,3 +1,5 @@ # SPDX-FileCopyrightText: © 2021 Matthias Andreas Benkard # -# SPDX-License-Identifier: GPL-3.0-or-later \ No newline at end of file +# SPDX-License-Identifier: GPL-3.0-or-later + +quarkus.log.console.google = true -- cgit v1.2.3