4 Replies Latest reply on Aug 27, 2013 11:57 AM by jamezp

    How to correct stacktrace output in log file?

    big-j

      This is probably a trivial question, but I can't find any information in the documentation.

       

      I am running JBoss AS 7 on Windows and have noticed that the stacktraces present in the log file are not Windows terminated ("\r\n").  Instead they use "\n" which is the *nix standard.

      This makes it very difficult to read the log file in notepad.exe as the stacktrace appears on one line.

       

      I am aware of other editors such as Notepad++ etc, but using these is not an option.

       

      How do I configure JBoss to use "\r\n" for stacktrace output in the log file?