Hi, I'm a puppet beginner and I'm using quite a few notify{} snippets
to debug my scripts. When I use puppetd --test on the client machine,
I get duplicate messages, one is the clean version (just the text I
want to output) and straight after is a more formal version of my
notification, like the example below:

notice: Creating base paths
notice: /Stage[main]/Common::Path_create/Notify[Creating base paths]/
message: defined 'message' as 'Creating base paths'

Coming from a Java background where logging is handled by eg. log4j,
is there a way to suppress the second 'notice' line?

Thanks
D.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to