Hello,

 �

I have the log file named “data”. I will rotate it at midnight, supposing today 
is 2020-08-06 I want the “data” log file to be renamed to “data.2020-08-06” and 
a new “data” to log requests from 2020-08-07.

 �

I’m going to use ‘CronTriggeringPolicy”. To achieve what I want, should I plan 
to rotate it at midnight or just after midnight?

 �

<CronTriggeringPolicy schedule="0 0 0 * * ?" evaluateOnStartup="true" /> OR

<CronTriggeringPolicy schedule="1 0 0 * * ?" evaluateOnStartup="true" />

 �

Thanks,

 �

Joan.

Reply via email to