• D
    Change default log policy to libvirtd.log instead of syslog · 8ddf6d1e
    Daniel Veillard 提交于
    Syslog is not the best place to go search for libvirt error
    logs, change it to a default file output libvirtd.log, but
    still keep standard error if not run as a daemon.
    Depending on whether it's run as root or user, the log is saved
    in the local state dir or in $HOME/.libvirt.
    * daemon/libvirtd.c: change default logging to go to libvirtd.log
    8ddf6d1e
libvirtd.c 97.3 KB