loglevel
This specifies the priority level that depends on the severity of the message. The loglevel attribute is used in all logging methods including syslog.
There are six possible values for the loglevel:
off: Disables logging.error: Logs only error messages, which indicate serious problems.warning: Logs warning and error messages, which indicate potential issues that may need attention.info: Logs informational, warning, and error messages, providing a general overview of the system's status.debug: Logs detailed debugging information, including informational, warning, and error messages.trace: Logs very detailed tracing information, including all debug, informational, warning, and error messages, for in-depth troubleshooting.