diff options
Diffstat (limited to 'examples/spring-boot/src/main/resources')
-rw-r--r-- | examples/spring-boot/src/main/resources/application.properties | 4 | ||||
-rw-r--r-- | examples/spring-boot/src/main/resources/logging.properties | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/examples/spring-boot/src/main/resources/application.properties b/examples/spring-boot/src/main/resources/application.properties index c87d7c3..f4f3fa8 100644 --- a/examples/spring-boot/src/main/resources/application.properties +++ b/examples/spring-boot/src/main/resources/application.properties @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: © 2021 Matthias Andreas Benkard <code@mail.matthias.benkard.de> +# +# SPDX-License-Identifier: GPL-3.0-or-later + logging.config = classpath:logging.properties diff --git a/examples/spring-boot/src/main/resources/logging.properties b/examples/spring-boot/src/main/resources/logging.properties index e80e0c6..31aebd7 100644 --- a/examples/spring-boot/src/main/resources/logging.properties +++ b/examples/spring-boot/src/main/resources/logging.properties @@ -1,2 +1,6 @@ +# SPDX-FileCopyrightText: © 2021 Matthias Andreas Benkard <code@mail.matthias.benkard.de> +# +# SPDX-License-Identifier: GPL-3.0-or-later + handlers = eu.mulk.quarkus.googlecloud.jsonlogging.logmanager.DefaultConsoleHandler .level = INFO |