📋 Log Analyzer & Command Generator

Paste log output to get instant analysis, or generate commands to search, filter, and monitor logs

Quick commands:
Common Log Locations
/var/log/syslogSystem messages (Debian)
/var/log/messagesSystem messages (RHEL)
/var/log/auth.logAuthentication logs
/var/log/kern.logKernel logs
/var/log/nginx/Nginx access/error
/var/log/apache2/Apache access/error

journalctl Quick Ref
journalctl -u nginx -f — follow unit
journalctl --since "1h ago" — last hour
journalctl -p err — errors only
journalctl -b -1 — previous boot

Log Rotation
Config: /etc/logrotate.conf
Force: logrotate -f /etc/logrotate.d/nginx