diff options
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 |