Re: [libvirt] [PATCH 1/7] Reduce performance overhead of the global log buffer

2014-03-04 Thread Eric Blake
On 03/03/2014 12:18 PM, Daniel P. Berrange wrote: With the vast number of log debug statements in the code, the logging framework has a measurable performance impact on libvirt code, particularly in the daemon event loop. The global log buffer records every single log message triggered

[libvirt] [PATCH 1/7] Reduce performance overhead of the global log buffer

2014-03-03 Thread Daniel P. Berrange
With the vast number of log debug statements in the code, the logging framework has a measurable performance impact on libvirt code, particularly in the daemon event loop. The global log buffer records every single log message triggered whether anyone cares to see them or not. This makes it