alphadevx / alpha

Full-stack MVC framework for PHP.
http://www.alphaframework.org/
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Zip files containing rotated logs need more unique names #361

Open alphadevx opened 4 years ago

alphadevx commented 4 years ago

At the moment, the file names are in the format "log Y-m-d.zip" and need to be in the format "log Y-m-d_H-i-s.zip" to ensure that more than one rotated log file can be created per day, without overwriting an existing .zip archive.