[logback-dev] [JIRA] Updates for LOGBACK-1696: Log timestamps incorrect month format on en_AU.UTF-8

QOS.CH (JIRA) noreply-jira at qos.ch
Fri Oct 7 16:38:00 CEST 2022


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)



More information about the logback-dev mailing list