1 Reply Latest reply on May 8, 2009 6:43 PM by norman

    logging to a file

    neelima

      hi all.
      I have used @Logger annotation in my project.and all  the log details have been directed to console (used log.info( ) ).When i start my project in browser,i dont get the console.How can i view the log details.Can i redirect them to any file.
      Please help.
      Thanks in advance.

        • 1. Re: logging to a file
          norman

          Assuming you are using JBoss AS, everything is logged to log/server.log.    You can change your log configuration using conf/jboss-log4j.xml.