Skip to content

Remove Logback configuration

Daniel Gerhardt requested to merge remove-logback-config into master

The config file only imported the base config of Spring Boot. This is not/no longer necessary. Without this explicit config, a Spring log file (/tmp/spring.log) is no longer created.

Fixes: #150 (closed)

Merge request reports