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/src/main/resources/application.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/quarkus/src') 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