https://issues.apache.org/bugzilla/show_bug.cgi?id=48607
--- Comment #1 from Scott Deboy <[email protected]> 2010-01-25 09:45:15 UTC --- I tried your configuration and log file with the Java Web Start version of Chainsaw and I see the same issue. You must have %5p in your FileAppender layout configuration, because the debug line displays [DEBUG] while the info line displays [INFO ]. This issue has been fixed in svn HEAD, so when the next version of Chainsaw is released, you won't see this problem. There is a workaround: Use the asterisk (wildcard) character in the logFormat to ignore characters between the matching level and end bracket. For example: <param name="logFormat" value="TIMESTAMP [LEVEL*]"/> -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
