summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Pfuetzenreuter2022-05-12 22:00:41 +0200
committerGeorg Pfuetzenreuter2022-05-12 22:00:41 +0200
commitda2ca53f1d7dcd2060c35f9700e8aa86ddea0f56 (patch)
tree00cf3cb407a3d2acdcd64de72e94960510f3a483
parentf4ac2c3312d3fd8e24bc859309e4f011a1e1a625 (diff)
downloadpubsh-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>
-rw-r--r--src/main/resources/application.properties2
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