summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-06-21 23:29:33 +0000
committerZac Medico <zmedico@gentoo.org>2007-06-21 23:29:33 +0000
commit9fa47cfc222dc13c9bc023c3a5730733666093cb (patch)
tree81af96288ea0573a8f084c34052c7d260ff4443f /cnf/make.conf
parent4a0fd8c7bf04c0d4c1e356489487ff89afc7e2ea (diff)
downloadportage-9fa47cfc222dc13c9bc023c3a5730733666093cb.tar.gz
portage-9fa47cfc222dc13c9bc023c3a5730733666093cb.tar.bz2
portage-9fa47cfc222dc13c9bc023c3a5730733666093cb.zip
Allow per-module filtering based on loglevels in addition to the global PORTAGE_ELOG_CLASSES one, add wildcard support for loglevels (trunk r5706:5709)
svn path=/main/branches/2.1.2/; revision=6921
Diffstat (limited to 'cnf/make.conf')
-rw-r--r--cnf/make.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index 5c2b8a5da..6a711509e 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -327,7 +327,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"
@@ -347,6 +347,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