diff options
author | Georg Pfuetzenreuter | 2022-05-12 20:18:38 +0200 |
---|---|---|
committer | Georg Pfuetzenreuter | 2022-05-12 20:18:38 +0200 |
commit | f4ac2c3312d3fd8e24bc859309e4f011a1e1a625 (patch) | |
tree | 06576edbcab3191c1d00994497f4eeb826fc47fb /src/main/resources/application.properties | |
parent | e724d7fd9e87779874f14b9801b2546b03fb98fd (diff) | |
download | pubsh-web-f4ac2c3312d3fd8e24bc859309e4f011a1e1a625.tar.gz pubsh-web-f4ac2c3312d3fd8e24bc859309e4f011a1e1a625.tar.bz2 pubsh-web-f4ac2c3312d3fd8e24bc859309e4f011a1e1a625.zip |
Init SLF4J + rehaul logging in WebApplication class
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index dae748b..4d5581b 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -11,4 +11,7 @@ spring.datasource.jdbc-url=jdbc:mariadb://${DB_HOST}/${DB} spring.datasource.username=${DB_USER} spring.datasource.password=${DB_SECRET} db-scheduler.enabled=true -lysergic.docker.endpoint=${CONTAINER_API}
\ No newline at end of file +lysergic.docker.endpoint=${CONTAINER_API} +logging.group.lysergic=net.libertacasa.pubsh.web +logging.level.lysergic=trace +#debug=true
\ No newline at end of file |