mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-30 17:45:23 +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>
12 lines
359 B
Plaintext
12 lines
359 B
Plaintext
module Test_virtlogd =
|
|
::CONFIG::
|
|
|
|
test Virtlogd.lns get conf =
|
|
{ "log_level" = "3" }
|
|
{ "log_filters" = "1:logging 4:object 4:json 4:event 1:util" }
|
|
{ "log_outputs" = "3:syslog:virtlogd" }
|
|
{ "max_clients" = "1024" }
|
|
{ "admin_max_clients" = "5" }
|
|
{ "max_size" = "2097152" }
|
|
{ "max_backups" = "3" }
|