Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
2.0.0-alpha7
-
None
Description
If my log format includes a timestamp with %d:
log4j.appender.A1.layout=org.apache.log4j.PatternLayout log4j.appender.A1.layout.ConversionPattern=%d %m%n
and I log with both the traditional and fluent APIs:
log.info("A simple message"); log.atInfo().log("Fluent message");
then the timestamp isn't populated for the fluent-logged message:
2022-04-01 21:34:37,776 A simple message 1970-01-01 10:00:00,000 Fluent message
Attachments
Issue Links
- links to