logback - no end of line delimiter
Posted
by binary_runner
on Stack Overflow
See other posts from Stack Overflow
or by binary_runner
Published on 2010-05-31T15:07:12Z
Indexed on
2010/05/31
15:13 UTC
Read the original article
Hit count: 250
I'm using logback 0.9.21 . Unfortunately it prints all messages to single line, there is no end of line character, even wrong one.
I've got the pattern set right AFAIK:
<pattern>%d{HH:mm:ss.SSS} %-5level %class (%thread) [%logger{36}] -- %msg%n</pattern>
What's the catch?
© Stack Overflow or respective owner