Summary:
This article explains how you can enable logging at SVM-on-premise Server for troubleshooting.
Steps:
Log in to your SVM-On-premise server via putty session :
Open the configuration file at the following location /usr/local/Secunia/config.ini:
nano /usr/local/Secunia/config.ini
Edit the logging settings in config.ini to following:
DEBUG_LEVEL = 3
LOG_LEVEL_GENERAL ='LOG_DEBUG'
Tail the /var/log/messages file for errors and troubleshooting:
tail -f /var/log/messeges
tail -n 1000 /var/log/messeges
Dec 11, 2019 05:25 AM - edited Dec 11, 2019 07:10 AM