Re: [libvirt] [PATCH 1/6] Force all logs to go to the round robbin memory buffer

2011-03-06 Thread Daniel Veillard
On Fri, Mar 04, 2011 at 08:50:54AM -0700, Eric Blake wrote: On 03/04/2011 03:30 AM, Daniel Veillard wrote: In the subject - s/robbin/robin/ Oh well, you already pushed it with the typo. yeah, grin :-\ ... to my defense, I really though it was spelled that way, it's not a typo, a real

[libvirt] [PATCH 1/6] Force all logs to go to the round robbin memory buffer

2011-03-04 Thread Daniel Veillard
Initially only the log actually written out by libvirt were saved on the memory buffer, this patch forces all informations including info and debug to be saved in memory too. This is useful to get full data in case of crash. Signed-off-by: Daniel Veillard veill...@redhat.com ---

Re: [libvirt] [PATCH 1/6] Force all logs to go to the round robbin memory buffer

2011-03-04 Thread Daniel P. Berrange
On Fri, Mar 04, 2011 at 06:30:52PM +0800, Daniel Veillard wrote: Initially only the log actually written out by libvirt were saved on the memory buffer, this patch forces all informations including info and debug to be saved in memory too. This is useful to get full data in case of crash.

Re: [libvirt] [PATCH 1/6] Force all logs to go to the round robbin memory buffer

2011-03-04 Thread Eric Blake
On 03/04/2011 03:30 AM, Daniel Veillard wrote: In the subject - s/robbin/robin/ Oh well, you already pushed it with the typo. Initially only the log actually written out by libvirt were saved on the memory buffer, this patch forces all informations including info and debug to be saved in

[libvirt] [PATCH 1/6] Force all logs to go to the round robbin memory buffer

2011-03-03 Thread Daniel Veillard
Initially only the log actually written out by libvirt were saved on the memory buffer, this patch forces all informations including info and debug to be saved in memory too. This is useful to get full data in case of crash. Signed-off-by: Daniel Veillard veill...@redhat.com ---

Re: [libvirt] [PATCH 1/6] Force all logs to go to the round robbin memory buffer

2011-03-03 Thread Daniel P. Berrange
On Thu, Mar 03, 2011 at 06:22:12PM +0800, Daniel Veillard wrote: Initially only the log actually written out by libvirt were saved on the memory buffer, this patch forces all informations including info and debug to be saved in memory too. This is useful to get full data in case of crash.