How to store log files into same folder?

Hi,
I am new to zeek.
By default, Zeek rotate the archive logs into the folder which named as current day (e.g., 2022-10-14).
But, I want to store archive logs into the same dedicated folder, how to reach this target ? I checked some zeekctl scripts, but haven’t found solution yet.
I am appreciate if someone give me some guide, thank you in advance !

By the way, I think the stderr.log and stdout.log files are not controlled by Zeek log framework (all other log files, I can modify their file name by create_stream or add_filter). If I want to change the name of stderr.log/stdout.log, how can I do ? Thanks.

Oh, I find the solution. Just modify make-archive-name file ~
This topic can be closed.