diff options
author | Georg Pfuetzenreuter | 2022-05-12 22:00:41 +0200 |
---|---|---|
committer | Georg Pfuetzenreuter | 2022-05-12 22:00:41 +0200 |
commit | da2ca53f1d7dcd2060c35f9700e8aa86ddea0f56 (patch) | |
tree | 00cf3cb407a3d2acdcd64de72e94960510f3a483 /src/main/resources | |
parent | f4ac2c3312d3fd8e24bc859309e4f011a1e1a625 (diff) | |
download | pubsh-web-da2ca53f1d7dcd2060c35f9700e8aa86ddea0f56.tar.gz pubsh-web-da2ca53f1d7dcd2060c35f9700e8aa86ddea0f56.tar.bz2 pubsh-web-da2ca53f1d7dcd2060c35f9700e8aa86ddea0f56.zip |
Move loglevel to environment variable
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 4d5581b..dbd8151 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -13,5 +13,5 @@ spring.datasource.password=${DB_SECRET} db-scheduler.enabled=true lysergic.docker.endpoint=${CONTAINER_API} logging.group.lysergic=net.libertacasa.pubsh.web -logging.level.lysergic=trace +logging.level.lysergic=${LOGLEVEL} #debug=true
\ No newline at end of file |