3 Replies Latest reply on Sep 24, 2008 1:57 PM by peterj

    Need all log locations for JBoss 4.2.3GA

    rks_86

      Hii,

      Anyone know all the locations for JBoss log files...
      like JBOSS_HOME/server/default/log/server.log and boot.log
      Do anyone know any other locations...then please give me all the locations where i will get a log file.

        • 1. Re: Need all log locations for JBoss 4.2.3GA
          rks_86

          I only found this much log locations
          /jboss-4.2.3.GA/bin/derby.log
          jboss-4.2.3.GA/server/default/log/boot.log
          jboss-4.2.3.GA/server/default/log/server.log
          jboss-4.2.3.GA/server/default/data/hypersonic/localDB.log

          Is there any way where we can enable tracing in jboss and how to get info and debug level logs generated

          • 2. Re: Need all log locations for JBoss 4.2.3GA
            erasmomarciano

            I have to modify lo4j.properties.
            You can to manage the level log

            • 3. Re: Need all log locations for JBoss 4.2.3GA
              peterj

              The log files managed by JBossAS are the console log (which displays in the window you used to run JBoss AS), and the *.log files in the server/xxx/log directory. The other logs (derby.log, localDB.log) are managed by the Derby and Hypersonic database.

              You can change log levels by editing the server/xxx/conf/jboss-log4j.properties file. And valid log4j configuration settings will work, though note that JBoss AS defines its own appender classes.