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
I don't see any compression when it rotates.
The logs were also much bigger when I first ran it and it didn't split it up in files of max 10M size, it just moved the old file to .1
The text was updated successfully, but these errors were encountered:
Did you setup LOGROTATE_INTERVAL or LOGROTATE_CRONSCHEDULE. By default logrotate will only do compgres, copy, ... ONCE at middle night.
If you want logrotate act more frequently, please set up LOGROTATE_INTERVAL=hourly (every hour) or LOGROTATE_CRONSCHEDULE=0 */30 * * * * (every 30mins)
I'm using this in my docker-compose.yml:
I don't see any compression when it rotates.
The logs were also much bigger when I first ran it and it didn't split it up in files of max 10M size, it just moved the old file to .1
The text was updated successfully, but these errors were encountered: