diff options
author | Georg Pfuetzenreuter | 2022-05-12 22:31:23 +0200 |
---|---|---|
committer | Georg Pfuetzenreuter | 2022-05-12 22:31:23 +0200 |
commit | 24f93545630b3c3bd3f48215fa931dc2e6de79d1 (patch) | |
tree | 95c355082ac426d98ea292056c8c9d2e5fd1dae9 /src/main/resources | |
parent | c70163cc85c099832abeb240bbfb3cd5f8427c8d (diff) | |
download | pubsh-web-24f93545630b3c3bd3f48215fa931dc2e6de79d1.tar.gz pubsh-web-24f93545630b3c3bd3f48215fa931dc2e6de79d1.tar.bz2 pubsh-web-24f93545630b3c3bd3f48215fa931dc2e6de79d1.zip |
Set default loglevel
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 dbd8151..15518c8 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=${LOGLEVEL} +logging.level.lysergic=${LOGLEVEL:INFO} #debug=true
\ No newline at end of file |