Re: [libvirt] [PATCH 2/2] daemon: Limit default log level to journald to VIR_LOG_INFO

2014-08-13 Thread Peter Krempa
On 08/12/14 20:03, Daniel P. Berrange wrote: > On Tue, Aug 12, 2014 at 04:34:37PM +0200, Peter Krempa wrote: >> Libvirt is really chatty when the DEBUG log level is enabled. When a >> host uses journald we'd enable debug logging to journald when only >> specifying the debug log level. As journald m

Re: [libvirt] [PATCH 2/2] daemon: Limit default log level to journald to VIR_LOG_INFO

2014-08-12 Thread Daniel P. Berrange
On Tue, Aug 12, 2014 at 04:34:37PM +0200, Peter Krempa wrote: > Libvirt is really chatty when the DEBUG log level is enabled. When a > host uses journald we'd enable debug logging to journald when only > specifying the debug log level. As journald may employ rate throttling > this would lock up the

Re: [libvirt] [PATCH 2/2] daemon: Limit default log level to journald to VIR_LOG_INFO

2014-08-12 Thread Eric Blake
On 08/12/2014 08:34 AM, Peter Krempa wrote: > Libvirt is really chatty when the DEBUG log level is enabled. When a > host uses journald we'd enable debug logging to journald when only > specifying the debug log level. As journald may employ rate throttling > this would lock up the daemon until it's

[libvirt] [PATCH 2/2] daemon: Limit default log level to journald to VIR_LOG_INFO

2014-08-12 Thread Peter Krempa
Libvirt is really chatty when the DEBUG log level is enabled. When a host uses journald we'd enable debug logging to journald when only specifying the debug log level. As journald may employ rate throttling this would lock up the daemon until it's able to flush all debug messages. This patch chang