blob: 5884ea383a1c966ffd0ea8e7ceea4044509d9b21 (
plain)
1
2
3
4
5
6
7
|
# This output handler keeps logs in /var/log/paludis/, but removes them on
# success.
handler = file
stdout = /var/log/paludis/%{time}-%{action}-%{id}.out
stderr = ${stdout}
keep_on_success = false
|