Log Management
Control how logs are stored, compressed, and cleaned up to save disk space and maintain performance.
Log Compression GZIP compression reduces log file size by 80-90%. Compressed logs remain searchable and readable.
Retention Policies Auto-delete logs older than N days or when size exceeds limit. Configurable in Logging Settings.
Log Deduplication Collapses consecutive duplicate entries (e.g., '100 lines hidden'). Reduces noise from repeated errors.
Memory-Efficient Mode Limits in-memory log buffer to prevent RAM usage from growing indefinitely during long sessions.
Directory Access Open logs folder in file explorer for manual access, archiving, or sharing entire log histories.
Merged View Option Combine launcher and game logs into single chronological view. Perfect for correlating launcher actions with game events.
Set max_memory_logs to 10,000+ if you frequently scroll through long log histories. Lower it to 1,000-2,000 on systems with limited RAM.