I don't like to see INFO messages in JBoss. Do you know a flag to controll the JBoss output? I would like to deactivate the INFO messages.
|
|
It depends what you want to do exactly.
|
|||
|
|
|
Try modifying the {jboss.dir}/jboss-as/server/{server}/conf/jboss-service.xml. Find the log4j initialization block and modify the "DefaultJBossServerLogThreshold" attribute as per your needs. |
|||||
|
|
You have to edit {jboss.dir}/server/{server}/deploy/jboss-logging.xml Search for a block beginning with this line:
Then edit the Warning level:
The Warning-levels are TRACE,DEBUG,INFO,WARN,ERROR andFATAL (Source: Log4J-PDF and log4j-html) |
||||
|
|