mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-01 02:25:24 +00:00
697371c22e
Using @VARNAME@ is a normal style of automake, so lets match that. Reviewed-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
12 lines
357 B
Plaintext
12 lines
357 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" }
|