Re: [Ganglia-developers] Python modules error logging

2008-02-08 Thread Brad Nicholes
>>> On 2/7/2008 at 4:01 PM, in message <[EMAIL PROTECTED]>, "Bernard Li" <[EMAIL PROTECTED]> wrote: > For one of my Python modules, I forgot to specify the value type, and > when I start gmond, I got the following messages in /var/log/messages: > > GMOND[13687]: [PYTHON] No value type given. Using

Re: [Ganglia-developers] Python modules error logging

2008-02-07 Thread Jesse Becker
On Feb 7, 2008 6:01 PM, Bernard Li <[EMAIL PROTECTED]> wrote: > For one of my Python modules, I forgot to specify the value type, and > when I start gmond, I got the following messages in /var/log/messages: > > GMOND[13687]: [PYTHON] No value type given. Using uint. > > Is it possible for it to log

[Ganglia-developers] Python modules error logging

2008-02-07 Thread Bernard Li
For one of my Python modules, I forgot to specify the value type, and when I start gmond, I got the following messages in /var/log/messages: GMOND[13687]: [PYTHON] No value type given. Using uint. Is it possible for it to log *which* module is causing this warning? Thanks, Bernard