pm2-logrotate
pm2-logrotate copied to clipboard
`pm2 set pm2-logrotate:max_size 1K` doesn't work, logs are not rotated
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 https://github.com/keymetrics/pm2-logrotate/issues/169.
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
This settings doesn't works with me too. I've set 10G but it always rotate by default config (10M) zzz