[logback-dev] [JIRA] Updates for LOGBACK-1596: Date pattern broken since 1.3.0-alpha11

QOS.CH (JIRA) noreply-jira at qos.ch
Sat Dec 18 00:39:00 CET 2021


logback / LOGBACK-1596 [Open]
Date pattern broken since 1.3.0-alpha11

==============================

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-1596

==============================
 Issue created
------------------------------

Vicente Rossello Jaume created this issue on 18/Dec/21 12:26 AM
Summary:              Date pattern broken since 1.3.0-alpha11
Issue Type:           Bug
Affects Versions:     1.3.0-alpha11
Assignee:             Logback dev list
Components:           logback-core
Created:              18/Dec/21 12:26 AM
Environment:          Jdk11
Priority:             Major
Reporter:             Vicente Rossello Jaume
Description:
  Using this pattern:
  
  <pattern>%date\{dd MMM yyyy;HH:mm:ss.SSS} %-5level %logger\{50} - %msg%n</pattern>
  
   
  
  In 1.3.0-alpha11 I get:
  
  `20 ene 1970;00:29:43.126 INFO org.example.DatePatternBrokenTest - something`
  
   
  
  In 1.3.0-alpha10 I get:
  
  `18 dic 2021;00:19:58.343 INFO org.example.DatePatternBrokenTest - something`
  
   
  
  So date pattern is broken, I've been looking to provide a PR but didn't see the relevant change.
  
  Reproducer: https://github.com/cocorossello/logback-datepattern-broken-1.3.0-alpha11
  
   


==============================
 This message was sent by Atlassian Jira (v8.8.0#808000-sha1:e2c7e59)



More information about the logback-dev mailing list