logback / LOGBACK-1696 [Open] Log timestamps incorrect month format on en_AU.UTF-8
============================== Here's what changed in this issue in the last few minutes. This issue has been created This issue is now assigned to you. View or comment on issue using this link https://jira.qos.ch/browse/LOGBACK-1696 ============================== Issue created ------------------------------ Marty Ewings created this issue on 07/Oct/22 4:24 PM Summary: Log timestamps incorrect month format on en_AU.UTF-8 Issue Type: Bug Affects Versions: 1.2.9 Assignee: Logback dev list Components: logback-core Created: 07/Oct/22 4:24 PM Priority: Major Reporter: Marty Ewings Description: Re-production Redhat 7 Service Locale - en_AU.UTF-8 (or french or german) Logback version 1.2.9: Patten encoder: {code:java} <pattern>%h %l %u [%t] "%r" %s %b "%i{Referer}" "%i{User-Agent}" %D %i{Content-Length} %mdc{jruby.borrow-time:--}</pattern> {code} When in en_us the logs have the following timestamp: [07/Oct/2022:13:13:45 +0000] with en_AU.UTF-8 [07/Oct./2022:13:13:45 +0000] This does not match the expected pattern layout: [https://logback.qos.ch/manual/layouts.html#AccessPatternLayout] and cause subsequent parsing errors downstream for our projects ============================== This message was sent by Atlassian Jira (v8.8.0#808000-sha1:e2c7e59) _______________________________________________ logback-dev mailing list logback-dev@qos.ch https://mailman.qos.ch/cgi-bin/mailman/listinfo/logback-dev