Logging locations are hidden with JetspeedLoggerUtil or DefaultJetspeedLogger
-----------------------------------------------------------------------------
Key: JS2-1254
URL: https://issues.apache.org/jira/browse/JS2-1254
Project: Jetspeed 2
Issue Type: Improvement
Components: Container
Affects Versions: 2.2.1
Reporter: Woonsan Ko
Assignee: Woonsan Ko
Fix For: 2.2.2
Jetspeed provides a neutral logger factory and interface for commons components
such as JetspeedContainerServlet.
Those common components cannot access slf4j library directly, so we have
provided a wrapper implementation as a component.
However, with those wrapper logger implementations, the logging locations such
as class name and operation name are not recorded properly. Instead of the real
logging locations, it prints the wrapper's operation locations.
This can be fixed by using the Slf4j SPI interface, LocatonAwareLogger [1], in
the wrapper classes,
or by extending slf4j-ext's LoggerWrapper class [2].
[1] http://www.slf4j.org/api/org/slf4j/spi/LocationAwareLogger.html
[2] http://www.slf4j.org/api/org/slf4j/ext/LoggerWrapper.html
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]