[logback-dev] [JIRA] Updates for LOGBACK-1769: RollingCalendar does not compute correct periodicity for weekly rollover
logback developers list
logback-dev at qos.ch
Fri Apr 19 09:27:00 UTC 2024
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)
More information about the logback-dev
mailing list