Chapter 76. Configuring Verbosity for the Log
Logging can have different verbosity:
erroris logging only errors.warningis logging errors and warnings.infois logging errors, warnings, and information messages.This level is used by default.
debugis logging errors, warnings, information messages, and debug messages.
You can configure logging in the ppem-manager.yml manager and ppem-agent.yml agent configuration files using the log.level configuration parameter.
Logging changes take effect after the service restart.