Re: [libvirt] [PATCH 1/5] Tighten libvirt's parsing of logging environment variables

2009-08-06 Thread Daniel P. Berrange
On Fri, Jul 31, 2009 at 05:57:25PM -0400, Amy Griffis wrote: Don't convert high priority levels to the debug level. Don't parse LIBVIRT_LOG_FILTERS and LIBVIRT_LOG_OUTPUTS when they're set to the empty string. Warn when the user specifies an invalid value (empty string remains a noop). ---

Re: [libvirt] [PATCH 1/5] Tighten libvirt's parsing of logging environment variables

2009-08-06 Thread Daniel Veillard
On Fri, Jul 31, 2009 at 05:57:25PM -0400, Amy Griffis wrote: Don't convert high priority levels to the debug level. Don't parse LIBVIRT_LOG_FILTERS and LIBVIRT_LOG_OUTPUTS when they're set to the empty string. Warn when the user specifies an invalid value (empty string remains a noop). [...]

[libvirt] [PATCH 1/5] Tighten libvirt's parsing of logging environment variables

2009-07-31 Thread Amy Griffis
Don't convert high priority levels to the debug level. Don't parse LIBVIRT_LOG_FILTERS and LIBVIRT_LOG_OUTPUTS when they're set to the empty string. Warn when the user specifies an invalid value (empty string remains a noop). --- src/libvirt.c | 13 - src/logging.c | 52