Description

SSR Log levels are:

  • fatal
  • error
  • warning
  • info
  • debug
  • trace

How can we check the configured log level in SSR.

Solution

To check the configured log level, use the command "show config running flat verbose | grep level" and check for log-level configuration. Default log level will be INFO. If the configured log level is debug or trace it can cause faster log file rotation.

Modification History

2025-09-12 : Article Created