logback / LOGBACK-1769 [Open]
RollingCalendar does not compute correct periodicity for weekly rollover

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

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

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

Ceki Gülcü created this issue on 19/Apr/24 9:16

Summary:              RollingCalendar does not compute correct periodicity for 
weekly rollover
Issue Type:           Bug
Assignee:             Logback dev list
Components:           logback-core
Created:              19/Apr/24 9:16
Priority:             Major
Reporter:             Ceki Gülcü
Description:
  {code:java}
  RollingCalendar rc = new RollingCalendar("yyyy-ww");
  System.out.println(rc.computePeriodicityType());
  {code}
  
  This prints TOP_OF_MONTH but I was expecting TOP_OF_WEEK.


==============================
 This message was sent by Atlassian Jira (v9.6.0#960000-sha1:a3ee8af)

_______________________________________________
logback-dev mailing list
logback-dev@qos.ch
https://mailman.qos.ch/cgi-bin/mailman/listinfo/logback-dev

Reply via email to