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
fix: update log rotation location and frequency (#62)
* fix: update log rotation location
* fix: set up logrotation to execute every hour
This helps avoid situation where postgres logs would fill up the disk
under heavy usage conditions. Technically, it can still happen, but
should be exceedingly rare outside of abusive conditions.
0 commit comments