Replies: 2 comments 1 reply
-
Because the project wants to roll the daily logs under the corresponding date directory, for example, the logs that occurred on 2025-04-02 are rolled under the folder 2025-04-02. But what I have learned is that the trigger policy of TimeBasedTriggeringPolic is that it will roll only when the next log event arrives, so if no log comes, it will not be archived, so it will be processed at 0 am every day like combining CronTriggeringPolicy |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
At the same time using TimeBasedTriggeringPolicy and CronTriggeringPolicy will have what effect?
Beta Was this translation helpful? Give feedback.
All reactions