Hallo,
how I can dissable debug log output in log4j on jboss?

in log4j I have:
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/"; debug="false">
...
but in log I have:
2003-09-30 09:31:38,640 DEBUG [org.jboss.logging.Log4jService] Installed System.out adapter
2003-09-30 09:31:38,640 DEBUG [org.jboss.logging.Log4jService] Installed System.err adapter
2003-09-30 09:35:55,640 DEBUG [org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying pools, interval: 450000
2003-09-30 09:39:04,421 DEBUG [org.apache.struts.util.RequestUtils] Get module name for path /Index.do
2003-09-30 09:39:04,453 DEBUG [org.apache.struts.util.RequestUtils] Module name found: default
2003-09-30 09:39:04,453 INFO [org.apache.struts.tiles.TilesRequestProcessor] Tiles definition factory found for request processor ''.
2003-09-30 09:39:04,468 DEBUG [org.apache.struts.action.RequestProcessor] Processing a 'GET' for path '/Index'
...


What is the way to disable debug output?

And next, how I can log into diferent files? for example,
System.out into out.log, System.err into err.log, or better, for application on server.cz/app1 into out.app1.log and err.app1.log etc.?


Thanks for help,
Jiri



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to