mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-26 06:25:19 +00:00
e69a3d1a79
We want to specify the folder to clean and how much time can a log chain live. Signed-off-by: Oleg Vasilev <oleg.vasilev@virtuozzo.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
14 lines
434 B
Plaintext
14 lines
434 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" }
|
|
{ "max_age_days" = "0" }
|
|
{ "log_root" = "/var/log/libvirt" }
|