]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Force all logs to go to the round robbin memory buffer
authorDaniel Veillard <veillard@redhat.com>
Wed, 2 Mar 2011 12:26:02 +0000 (20:26 +0800)
committerDaniel Veillard <veillard@redhat.com>
Fri, 4 Mar 2011 14:43:55 +0000 (22:43 +0800)
commit8b9a1190c19ebc3c3f85c704b4c6ff1cb3dc9d6c
tree8e5e42f949ad8ded3c901b1919fd3168cfe61683
parentf8ac67909de87c2e0bd926850efa887ffc32f2c3
Force all logs to go to the round robbin memory buffer

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.
src/util/logging.c