I have been doing a lot of works on machines running CentOS 6.5 lately. The debug logging was not enabled by default. Here is how to enable it.
If you’re thinking about purchasing a new GPU, we’d greatly appreciate it if you used our Amazon Associate links. The price you pay will be exactly the same, but Amazon provides us with a small commission for each purchase. It’s a simple way to support our site and helps us keep creating useful content for you. Recommended GPUs: RTX 5090, RTX 5080, and RTX 5070. #ad
- Use a text editor to edit this file /etc/rsyslog.conf.
- Insert this line
*.debug                   /var/log/debug
- Save the file
- Restart the service by running this command
sudo /sbin/service rsyslog restart
After the rsyslog service has been restarted, you can check this file /var/log/debug for debugging info.
Leave a Reply