Version 52

    Logging with JBossAS

     

    Refer to http://docs.jboss.org/process-guide/en/html/logging.html as well.

     

    Log4j

    The log4j configuration is loaded from the jboss server conf/log4j.xml file. (This file has been renamed to conf/jboss-log4j.xml in 4.2.)  You can edit this to add/change the default appenders and logging thresholds.

    The following wiki entries will show how to alter your logging configuration file to accomplish different tasks.

     

     

    Boot Logging

    Note that during the boot process, logging is configured from $JBOSS_HOME/bin/run.jar. See JBossBootLogging for details

     

     

    Referenced by: