8 lines
280 B
Text
8 lines
280 B
Text
|
# We log each WM that has beed spawned to a log and once it shuts down
|
||
|
# the log is closed and we keep that small log. New machines logs their
|
||
|
# output to new file. So this way we keep the small logs of each WM
|
||
|
# for 30 days.
|
||
|
max_age_days = 30
|
||
|
|
||
|
log_root = "/var/log/libvirt/qemu"
|