diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-09-03 18:23:23 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-09-03 18:43:36 +0200 |
commit | 090b885b7d6dc82e5ec066dbf81d071086e9ec10 (patch) | |
tree | 3203c963cba5842a9f78af0e61e16697b14e9bd7 /README.adoc | |
parent | 5303673160fb8a52102a55774eb99dae1ebf5eda (diff) |
Quarkus: Simplify and document on/off toggle.
Change-Id: I90b5879ff99ec54deb17453af709ce2ba7070c0d
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 8 |
1 files changed, 8 insertions, 0 deletions
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) |