cihub / seelog

Seelog is a native Go logging library that provides flexible asynchronous dispatching, filtering, and formatting.
BSD 3-Clause "New" or "Revised" License
1.64k stars 243 forks source link

Enable date rolling files with max size #164

Open noibar opened 6 years ago

noibar commented 6 years ago

Enable writing received messages to a file, until date changes, with specified size limit. (write files: logs/log-2018-01-07.1, logs/log-2018-01-07.2, logs/log-2018-01-07.3, etc.)