Use error
, warn
, verbose
, or silly
to replace info
for our log level
#329
Labels
enhancement
New feature or request
I saw we are using lots of
log.info(...)
in the puppet code, which is not a necessary message to the end users.We should:
warn
when there's something we need the user to noticeerror
when there's any errorverbose
for tracking the methods (always be the first call inside a method)silly
to output more debug information.NEVER use
info
inside a puppet.Thank you very much.
The text was updated successfully, but these errors were encountered: