diff options
author | Simon Streit <simon@netpanic.org> | 2022-02-22 16:23:38 +0100 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-02-23 12:47:30 +0200 |
commit | c0bc08d82c73e464a419f213d5ae5545bc67e2bf (patch) | |
tree | a2d764222d5cd41842c7ff8875bbed5472289a6d /doc | |
parent | b15cf03a0c6fe96536c0c8a0ad0fe17bddeed192 (diff) | |
download | guix-c0bc08d82c73e464a419f213d5ae5545bc67e2bf.tar.gz |
doc: Document virtlogd package variable.
* doc/guix.texi (Virtualization Services): Document virtlogd package variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index a4145af7fd..528760d7f6 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -30888,6 +30888,10 @@ Its value must be a @code{virtlog-configuration}. @end lisp @end deffn +@deftypevar {@code{libvirt} parameter} package libvirt +Libvirt package. +@end deftypevar + @deftypevr {@code{virtlog-configuration} parameter} integer log-level Logging level. 4 errors, 3 warnings, 2 information, 1 debug. |