How to set file name pattern in file-log plugin?

I’m using the Kong file-log plugin to generate log globally. I want to know if there are any ways I could generate log file name based on the date or any other pattern? Since so many requests will be made, the log file size will be huge. Hence, we want to ensure that logs of different dates are generated in separate file.

Thanks in advance!