I have an ADF application deployed on weblogic 10.3.5
I added logback to this application, and added logback.xml
into WEB-INF/classes
Cnce I deploy the application, it starts logging normally into files (appenders) I defined in logback.xml
.
After few hours, logback starts showing logs into console! Although I don't have an "STDOUT" appender, and it stops adding logs into files I defined in logback.xml
It seems that logback.xml is removed someway, and logback is using its basic configurations.