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
Log rotation is a pretty important aspect of sensible logging systems.
How would this work with SQLite databases? The system would have to be smart enough to roll over to logging against a new .db file at the turn of midnight (or more/less frequently depending on configuration).