0 Replies Latest reply on Feb 8, 2007 11:39 PM by forumer

    JbossService and log4j

    forumer

      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