blob: b8c8a0f635b9719bb04937ce34be545b3c392223 (
plain)
1
2
3
4
5
6
7
|
# Keep logs of output only, and discard on success. Used by logged and quiet,
# but may be directly useful.
handler = file
stdout = /var/log/paludis/%{time}-%{action}-%{id}.out
stderr = ${stdout}
keep_on_success = false
|