diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-18 19:45:19 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-18 19:45:19 +0000 |
commit | e692c373f1c1b75c71305843dbb1d904d8eb8dba (patch) | |
tree | d370baed48ac37dd325f296236faab700d4e5446 | |
parent | 201ad47c27494e7b432532271386a9d3d685f55e (diff) | |
download | portage-e692c373f1c1b75c71305843dbb1d904d8eb8dba.tar.gz portage-e692c373f1c1b75c71305843dbb1d904d8eb8dba.tar.bz2 portage-e692c373f1c1b75c71305843dbb1d904d8eb8dba.zip |
update make.conf.example with per-module filtering
svn path=/main/trunk/; revision=5708
-rw-r--r-- | cnf/make.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cnf/make.conf b/cnf/make.conf index 0d5694cc3..a3a4f9ae3 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -302,7 +302,7 @@ # logging related variables: # PORTAGE_ELOG_CLASSES: selects messages to be logged, possible values are: -# info, warn, error, log, qa +# info, warn, error, log, qa, * # Warning: commenting this will disable elog PORTAGE_ELOG_CLASSES="warn error log" @@ -321,6 +321,10 @@ PORTAGE_ELOG_CLASSES="warn error log" # mail_summary (like "mail" but sends all messages in # a single mail when emerge exits) # To use elog you should enable at least one module +# The module name may be followed by a colon and a comma +# separated list of loglevels to override PORTAGE_ELOG_CLASSES +# for this module (e.g. +# PORTAGE_ELOG_SYSTEM="mail:warn,error syslog:* save") #PORTAGE_ELOG_SYSTEM="save mail" # PORTAGE_ELOG_COMMAND: only used with the "custom" logging module. Specifies a command |