mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Allow auto-rotation of log files when the size is greater than configured limit. The backup files have the same name than the original log file name with the following suffix: <log name>.yyyy.mm.dd.hh.mm.ss.micros where: - yyyy is the year - mm is the month - dd is the day - hh is the hour - mm is the minute - ss is the second - micros is the number of microseconds (to help avoid duplicates) Resolves #1197 Signed-off-by: Ivan Kozlovic <ivan@synadia.com>