You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is only one log archive file like node.archive.log, multiple log archives are not possible.
For example, if someone wants to have a daily/weekly/monthly log archive file, that would not be possible.
Solution
Option 1. Implement a configurable log rotation functionality to enable multiple log archive files.
Option 2. Establish compatibility with unix logrotate (log file has to be flushed upon SIGHUP signal, etc)
Dependencies
Urgency
The text was updated successfully, but these errors were encountered:
Problem
Currently, there is only one log archive file like node.archive.log, multiple log archives are not possible.
For example, if someone wants to have a daily/weekly/monthly log archive file, that would not be possible.
Solution
Option 1. Implement a configurable log rotation functionality to enable multiple log archive files.
Option 2. Establish compatibility with unix logrotate (log file has to be flushed upon SIGHUP signal, etc)
Dependencies
Urgency
The text was updated successfully, but these errors were encountered: