To allow ServerProtect to store
debug log information, configure settings for rsyslog.
Procedure
- Open
/etc/rsyslog.conf
and add the following lines to the file:# this is for splx debug log
local3.* /var/log/splx_usr.log
# this is for KHM debug log
kern.debug /var/log/splx_kern.log
- Restart the rsyslog daemon by typing
/etc/init.d/rsyslog restart
in the terminal. - Set the debug parameter (
UserDebugLevel
) in thetmsplx.xml
file to 5. - Set the debug parameter (
KernelDebugLevel
) in thetmsplx.xml
file to 3. - Restart ServerProtect by
typing
service splx restart
.After you have configured the settings, ServerProtect stores debug information to thesplx_usr.log
andsplx_kern.log
file in/var/log/
. You can open this file to see the debug logs.