diff options
author | 2009-02-12 19:15:45 +0000 | |
---|---|---|
committer | 2009-02-12 19:15:45 +0000 | |
commit | fd52e10228bb147ac1a439bd02f0909c21f36439 (patch) | |
tree | a437b868880703dd592965c081d99cee9c3dbadc /paludis/environments/paludis/output_managers/logged_only.conf | |
parent | 4a5c88b7a4b94d26665cd840df5467e401dddcbe (diff) | |
download | paludis-fd52e10228bb147ac1a439bd02f0909c21f36439.tar.gz paludis-fd52e10228bb147ac1a439bd02f0909c21f36439.tar.xz |
Messages output handler
Diffstat (limited to 'paludis/environments/paludis/output_managers/logged_only.conf')
-rw-r--r-- | paludis/environments/paludis/output_managers/logged_only.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/paludis/environments/paludis/output_managers/logged_only.conf b/paludis/environments/paludis/output_managers/logged_only.conf index 5884ea383..b8c8a0f63 100644 --- a/paludis/environments/paludis/output_managers/logged_only.conf +++ b/paludis/environments/paludis/output_managers/logged_only.conf @@ -1,5 +1,5 @@ -# This output handler keeps logs in /var/log/paludis/, but removes them on -# success. +# 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 |