Anders Welen [
http://community.jboss.org/people/Welle] replied to the discussion
"*really beginner* questions on jboss configuration"
To view the discussion, visit:
http://community.jboss.org/message/557123#557123
--------------------------------------------------------------
Hi
The correct way is to edit the file (as already answered).
Here is a quick solution (if you haven't had the time to read the documentation on
JBoss AS and/or log4j)
Add the following row to the FILE appender in "jboss-log4j.xml" file:
<param name="Threshold" value="INFO"/>
(Compare with the CONSOLE appender that already has this setup)
PS. You probably also want to set "Append" to true! DS.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/557123#557123]
Start a new discussion in Beginner's Corner at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]