Log Levels

Odin Automation supports the same log levels as syslog supports, they are listed below in order of verbosity increasing:

  • ALERT
  • ERROR
  • WARNING
  • NOTICE
  • INFO
  • DEBUG
  • TRACE
  • TRACE_EXT

Log levels description is provided in the Linux manual pages for syslog.

The most suitable level is DEBUG; more informative is TRACE, but it is not recommended to leave it enabled for a long time, as it can lead to lack of disk space on the node.

Instructions

  • Open the /usr/local/pem/etc/pleskd.props file on the OA Management Node

  • Set the 'loglevel' parameter to the desired value from the listed above. Example of the applied changes:

    [root@mn ~]# grep loglevel /usr/local/pem/etc/pleskd.props
    loglevel=TRACE
    
  • Apply the new configuration - restart the services

Older versions

For OA version < 5.5 use the following command on the OA Management Node:

# /usr/local/pem/bin/pleskd_ctl -f /usr/local/pem/etc/pleskd.props setLogLevel <LOG LEVEL>

E.g.:

# /usr/local/pem/bin/pleskd_ctl -f /usr/local/pem/etc/pleskd.props setLogLevel TRACE

Internal content