mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 03:11:12 +00:00
8ccee910f5
Strongly recommend against use of the log_levels setting since it creates overly verbose logs and has a serious performance impact. Describe the log filter syntax better and mention use of shell glob syntax. Also provide more realistic example of good settings to use. The libvirtd example is biased towards QEMU, but when the drivers split off each daemon can get its own more appropriate example. Reviewed-by: John Ferlan <jferlan@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
module Test_virtlockd =
|
|
::CONFIG::
|
|
|
|
test Virtlockd.lns get conf =
|
|
{ "log_level" = "3" }
|
|
{ "log_filters" = "1:locking 4:object 4:json 4:event 1:util" }
|
|
{ "log_outputs" = "3:syslog:virtlockd" }
|
|
{ "max_clients" = "1024" }
|
|
{ "admin_max_clients" = "5" }
|