0 Replies Latest reply on Feb 15, 2005 5:37 PM by gcris80

    stop displaying the whole stacktrace in the log files

    gcris80

      Hi,

      what can I do to make JBoss not displaying the whole stacktrace in the log files but only a single line per message. I want to have only one line log messages, something like this:

      2004-11-25 16:36:02,255 INFO [org.jboss.web.WebService] Using RMI server codebase:
      2004-11-25 16:36:13,691 INFO [org.apache.catalina.startup.Embedded] Catalina naming disabled
      2004-11-25 16:36:16,956 INFO [org.apache.catalina.startup.Catalina] Initialization processed in 2895 ms
      2004-11-25 16:36:16,956 INFO [org.jboss.web.tomcat.tc5.StandardService] Starting service jboss.web

      I suppose, I have to change something in the /conf/log4j.xml file but I don't know exactly what.

      Thank you!