diff options
Diffstat (limited to 'examples/quarkus')
-rw-r--r-- | examples/quarkus/pom.xml | 2 | ||||
-rw-r--r-- | examples/quarkus/src/main/resources/application.properties | 4 |
2 files changed, 4 insertions, 2 deletions
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 <parent> <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId> <artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId> - <version>4.0.0</version> + <version>5.0.0</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging-quarkus-example</artifactId> 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 <code@mail.matthias.benkard.de> # -# 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 |