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
pm2 set pm2-logrotate:max_size 1K
I set pm2 set pm2-logrotate:max_size 1K and expect that log will be rotated (flushed) every time log file reaches 1 KB but in fact it doesn't happen.
Perhaps, related to #169.
The text was updated successfully, but these errors were encountered:
max_ size applies to the size of a single file. You should also set the value of retain, but this setting does not take effect on my Windows Server
max_ size
retain
Sorry, something went wrong.
This settings doesn't works with me too. I've set 10G but it always rotate by default config (10M) zzz
No branches or pull requests
I set
pm2 set pm2-logrotate:max_size 1K
and expect that log will be rotated (flushed) every time log file reaches 1 KB but in fact it doesn't happen.Perhaps, related to #169.
The text was updated successfully, but these errors were encountered: