Details
-
Bug
-
Resolution: Unresolved
-
None
-
1.6.x
-
None
-
Operating System: Mac OS X 10.3
Platform: PC
-
critical
-
P1
-
208
Description
LoggerWrapper's info methods that accept a Marker parameter calls logger.info(). This causes the log level to be checked without evaluating any Markers. Other filters may then reject the event even though it should have been accepted. The logger methods should be changed to call logger.info(marker), etc.