swarm:
logging:
console-handlers:
STDOUT:
level: DEBUG
periodic-rotating-file-handlers:
FILE:
level: DEBUG
file:
path: log/app.log
formatter: '%d %-5p [%t] %c: %m%n'
suffix: yyyy-MM-dd
root-logger:
level: INFO
handlers:
- STDOUT
- FILE
loggers:
com.company:
level: DEBUG
The Problem is, that all com.company log entries appear twice, but only in the log file. The console output is fine.
Any ideas?
Thanks,
Jan
P.S.: I also posted this question on Stackoverflow: https://stackoverflow.com/questions/50619815/duplicate-logging-in-wildfly-swarm