What do i look for in logs
Hi everyone
My proxmox server is crashing daily. And I've been checking the logs. But the thing is. What do I look for? Syslog, kern and daemonlogs. I would like to fix this problem. Need advice ! Thanks
You're viewing a single thread.
grep -Ri 'error/|warning' /var/log/
Then you can further pipe 'grep' or 'grep -v' based on what you see or for a specific time.