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/quiet.conf | |
parent | 4a5c88b7a4b94d26665cd840df5467e401dddcbe (diff) | |
download | paludis-fd52e10228bb147ac1a439bd02f0909c21f36439.tar.gz paludis-fd52e10228bb147ac1a439bd02f0909c21f36439.tar.xz |
Messages output handler
Diffstat (limited to 'paludis/environments/paludis/output_managers/quiet.conf')
-rw-r--r-- | paludis/environments/paludis/output_managers/quiet.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/paludis/environments/paludis/output_managers/quiet.conf b/paludis/environments/paludis/output_managers/quiet.conf new file mode 100644 index 000000000..899812440 --- /dev/null +++ b/paludis/environments/paludis/output_managers/quiet.conf @@ -0,0 +1,6 @@ +# Messages only to stdout / stderr, keep logs of messages and keep output logs +# on failure. + +handler = tee +children = logged_only show_messages keep_messages + |