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
Currently, we are writing all logs into a single file, which makes them difficult to load into memory and analyze. We should introduce a better logging strategy, such as log rotation, size limits, and retention policies.
Currently, we are writing all logs into a single file, which makes them difficult to load into memory and analyze. We should introduce a better logging strategy, such as log rotation, size limits, and retention policies.