]> xenbits.xensource.com Git - libvirt.git/commit
daemon: Hook up the virLog{Get,Set}DefaultOutput to the daemon's init routine
authorErik Skultety <eskultet@redhat.com>
Mon, 31 Oct 2016 11:52:51 +0000 (12:52 +0100)
committerErik Skultety <eskultet@redhat.com>
Thu, 15 Dec 2016 09:36:23 +0000 (10:36 +0100)
commit94c465d0eb5cc3c0f6908a6b11fad83887ec0216
treecc7e98fa8392494dc3bb97473f3d31d16edece1b
parent0d6cf32721359a169d5f3e27fe52231844f8d9aa
daemon: Hook up the virLog{Get,Set}DefaultOutput to the daemon's init routine

Now that virLog{Get,Set}DefaultOutput routines are introduced we can wire them
up to the daemon's logging initialization code. Also, change the order of
operations a bit so that we still strictly honor our precedence of settings:
cmdline > env > config now that outputs and filters are not appended anymore.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
daemon/libvirtd.c
src/locking/lock_daemon.c
src/logging/log_daemon.c