We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems like when a log file is full, it rotates by writing to LogX.log instead of actually rotation log files (where X is a number).
LogX.log
This especially becomes an issue when you're attempting to use the log files with third-party services like AWS cloudwatch agent.
The "active" log should always be the named "Log.log" and the rotated logs should contain the number format.
The text was updated successfully, but these errors were encountered:
breautek
No branches or pull requests
It seems like when a log file is full, it rotates by writing to
LogX.log
instead of actually rotation log files (where X is a number).This especially becomes an issue when you're attempting to use the log files with third-party services like AWS cloudwatch agent.
The "active" log should always be the named "Log.log" and the rotated logs should contain the number format.
The text was updated successfully, but these errors were encountered: