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 --- README.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index 27d8cf8..3460598 100644 --- a/README.adoc +++ b/README.adoc @@ -63,6 +63,14 @@ dependencies { } ---- +By default the extension is turned on. You can turn the extension on +or off explicitly by configuring the `quarkus.log.console.google` key +in `application.properties`: + +[source,properties] +---- +quarkus.log.console.google = true +---- == Activation (Other Frameworks) -- cgit v1.2.3