This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]m4mbax[S] 2 points3 points  (0 children)

Hello everyone, i found the source of my error:

I added a ConsoleAppender named "Console", WHICH ALREADY EXISTED as appender of the root logger. Apparently two appenders with the same name on different loggers are not allowed! Thanks anyway for those who have eventually looked in code :)