All Puppet resources support the loglevel metaparameter, including notify . Set debug for this parameter to report the resource at this level.
notify { "this is a debug message": loglevel => "debug" }
The output from such resources is hidden by default.
The verbose parameter does not imply a specific log level.
source share