diff options
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) |