I start JBoss as a service using InstallJBossService.bat which specifies the out and err log files as:
| | -out C:\jboss-4.0.4.CR2\server\all\log\Jboss_out.log -err C:\jboss-4.0.4.CR2\server\all\log\Jboss_err.log | | I also have a log4j.xml in conf directory which specifies another RollingFile which mentions a different file, say myFile.log. How can I start JBossService so that there is only one log file for out and not two, myFile.log and Jboss_out.log? Also, how can I control logging levels in Jboss_out.log? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013441#4013441 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4013441 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
