-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
When using JUL-LogRecord with parameter substituion and applying the
SubstituteFilter only the message template (containing placeholders) will be logged.
The problem is that LogRecords are wrapped in the WrappedExtLogRecord and the method
ExtLogRecord#setMessage(final String message, final FormatStyle formatStyle) is not overloaded. The method is called by SubstituteFilter but the message is never delegated to the (original) wrapped LogRecord.