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/default_output.conf | |
parent | 4a5c88b7a4b94d26665cd840df5467e401dddcbe (diff) | |
download | paludis-fd52e10228bb147ac1a439bd02f0909c21f36439.tar.gz paludis-fd52e10228bb147ac1a439bd02f0909c21f36439.tar.xz |
Messages output handler
Diffstat (limited to 'paludis/environments/paludis/default_output.conf')
-rw-r--r-- | paludis/environments/paludis/default_output.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/paludis/environments/paludis/default_output.conf b/paludis/environments/paludis/default_output.conf index 9c8cf0692..7c87df8f0 100644 --- a/paludis/environments/paludis/default_output.conf +++ b/paludis/environments/paludis/default_output.conf @@ -1 +1,9 @@ +# By default, output to stdout, keep logs of messages and keep output logs on +# failure: + type = * : logged + +# But if we're being run in the background, display only messages to stdout, and +# keep logs of messages and keep output logs on failure: + +type = * output_exclusivity = background : quiet |