diff --git a/docs/logging.html.in b/docs/logging.html.in index 08bbd706e4..bc56420720 100644 --- a/docs/logging.html.in +++ b/docs/logging.html.in @@ -85,9 +85,13 @@
When starting the libvirt daemon, any logging environment variable settings will override settings in the config file. Command line options take precedence over all. If no outputs are defined for libvirtd, it - defaults to logging to /var/log/libvirt/libvirtd.log (before 0.9.0 - it was using syslog) when it is running as a daemon, or to - stderr when it is running in the foreground.
+ will try to use +/run/systemd/journal/socket
exists/var/log/libvirt/libvirtd.log
if running as a daemonLibvirtd does not reload its logging configuration when issued a SIGHUP.
If you want to reload the configuration, you must do a service
libvirtd restart
or manually stop and restart the daemon
@@ -133,6 +137,7 @@
given name
as the ident
x:file:file_path
output to a file, with the given
filepathx:journald
output goes to systemd journalIn all cases the x prefix is the minimal level, acting as a filter:
/tmp/libvirt.log
+
+ + When logging to the systemd journal, the following fields + are defined, in addition to any automatically recorded + standard fields: +
+ +MESSAGE
PRIORITY
LIBVIRT_SOURCE
CODE_FILE
CODE_LINE
CODE_FUNC