By default there are two appenders in JBoss5.1 – CONSOLE and FILE.
Do we need to use both of these appenders in production?
Is it possible to use FILE appender only?
I removed CONSOLE appender from web\conf\jboss-log4j.xml but there are still a lot of traces in console.
Why?
I do not want traces in console in production.
Is it possible to turn CONSOLE appender off?
Maybe it’s the output of the run.sh or run.bat, that doesn’t use log4j.
Are you on windows or linux?
Do you see the output when you’re booting or when you’re deploying (or using) your application?