]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
libxl: open libxl log stream with libvirtd log_level
authorJim Fehlig <jfehlig@suse.com>
Tue, 15 Sep 2015 14:17:44 +0000 (08:17 -0600)
committerJim Fehlig <jfehlig@suse.com>
Tue, 15 Sep 2015 17:19:53 +0000 (11:19 -0600)
commitba25c214f7c622c75448e760f3204844cfff50d0
treeed6c793e28dc5625c112dd4650840b3e4dfc775c
parentd526e37bad2515cf91caa0e4ff3edaf41e45b5c2
libxl: open libxl log stream with libvirtd log_level

Instead of a hardcoded DEBUG log level, use the overall
daemon log level specified in libvirtd.conf when opening
a log stream with libxl. libxl is very verbose when DEBUG
log level is set, resulting in huge log files that can
potentially fill a disk. Control of libxl verbosity should
be placed in the administrator's hands.
src/libxl/libxl_conf.c