-
Bug
-
Resolution: Done
-
Major
-
EAP 5.0.1, EWP 5.0.1
-
None
-
-
Release Notes
-
The logging system can be configured to log the Java source line number where the logging is invoked. Prior to this fix, the line number displayed could list the incorrect line number.
-
Not Yet Documented
When the jboss-log4j.xml PatternLayout is configured to output line numbers (using '%L' in the ConversionPattern) the incorrect line number is output. So, for example, using a conversion pattern of "%d %-5p [%c:%L] (%t) %m%n" in the server.log you will see:
2010-09-21 11:32:23,380 INFO [org.jboss.web.WebService:296] (main) Using RMI server codebase: http://127.0.0.1:8083/
instead of the correct
2010-09-21 11:32:23,380 INFO [org.jboss.web.WebService:309] (main) Using RMI server codebase: http://127.0.0.1:8083/
- is blocked by
-
JBPAPP-5112 Upgrade JBoss Logging common-logging-* components to 2.1.2.GA
- Closed
-
JBPAPP-5113 Upgrade JBoss Logging slf4j-jboss-logging component to 1.0.3.GA
- Closed