This article explains how you can enable logging at SVM-on-premise Server for troubleshooting.
DEBUG_LEVEL = 3
LOG_LEVEL_GENERAL ='LOG_DEBUG'
Tail the /var/log/messages file for errors and troubleshooting:
tail -f /var/log/messages
tail -n 1000 /var/log/messages
Important: It is recommended to reverse the changes to prevent unnecessary consumption of disk space.
Default values:
DEBUG_LEVEL = 1
LOG_LEVEL_GENERAL ='LOG_CRIT'
on Dec 11, 2019 05:25 AM - edited on Dec 29, 2023 09:39 AM by james_ellis