> On Sun, Oct 19, 2008 at 12:36 AM, schickb <[EMAIL PROTECTED]> wrote:
> >
> > I must be missing something obvious, but I haven't figure out how to
> > show debug/notice messages on the client when doing "puppet --server
> > blah --test". I've tried doing something like:
>
> > define example {
> > notice("hello")
> > }
> >
> > but I see nothing in the client messages (or the server's log file).
On Oct 19, 12:09 pm, "Paul Lathrop" <[EMAIL PROTECTED]> wrote:
> Are you using "puppet" as you say below, or "puppetd"? "puppet" is a
> standalone interpreter which does not contact a server.
>
> All functions run server-side, so if you *are* using "puppetd", you
> would need to look in the server logs, and it will be there.
>
Yes I am using puppetd, but and I still don't see anything in the /var/
log/puppet/masterhttp.log on the server. I guess part of my confusion
is how the notify function works with loglevel, since loglevel is a
property of a type but you can't call notice() from within a type
instance can you?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---