Den 05/02/11 08.35, Umesh Awasthi skrev:
my question is in such case what is the best place to store your application
related log files?
For running inside GlassFish I found that the simplest way was to channel the log events to java.util.logging which GlassFish both handles and provide a web interface for. From log4j you can either write an appender mapping to java.util.logging, or use slf4j modules to channel log4j->slf4j->java.util.logging.

--
  Thorbjørn Ravn Andersen  "...plus... Tubular Bells!"


---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-user-h...@logging.apache.org

Reply via email to