summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-06-17 05:08:26 +0000
committerZac Medico <zmedico@gentoo.org>2008-06-17 05:08:26 +0000
commit700b425bcbc9166c94c9930ff77fdec2ef94df37 (patch)
tree821c3565ed2bc2bf3b379b20121d039de71b6184
parentcbdc5c23d0d3596516f1c19022aa6f45a3879925 (diff)
downloadportage-700b425bcbc9166c94c9930ff77fdec2ef94df37.tar.gz
portage-700b425bcbc9166c94c9930ff77fdec2ef94df37.tar.bz2
portage-700b425bcbc9166c94c9930ff77fdec2ef94df37.zip
Add "blank" to the default PORTAGE_ELOG_CLASSES setting. (trunk r10681)
svn path=/main/branches/2.1.2/; revision=10682
-rw-r--r--cnf/make.conf4
-rw-r--r--cnf/make.globals2
2 files changed, 3 insertions, 3 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index df7bddc27..7fd1494e1 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -313,9 +313,9 @@
# logging related variables:
# PORTAGE_ELOG_CLASSES: selects messages to be logged, possible values are:
-# info, warn, error, log, qa, *
+# blank, info, warn, error, log, qa, *
# Warning: commenting this will disable elog
-PORTAGE_ELOG_CLASSES="warn error log"
+PORTAGE_ELOG_CLASSES="blank log warn error"
# PORTAGE_ELOG_SYSTEM: selects the module(s) to process the log messages. Modules
# included in portage are (empty means logging is disabled):
diff --git a/cnf/make.globals b/cnf/make.globals
index 63c68d841..d1d095f7b 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -82,7 +82,7 @@ PORTAGE_INST_GID="0"
PORTAGE_WORKDIR_MODE="0700"
# Some defaults for elog
-PORTAGE_ELOG_CLASSES="log warn error"
+PORTAGE_ELOG_CLASSES="blank log warn error"
PORTAGE_ELOG_SYSTEM="save_summary echo"
PORTAGE_ELOG_MAILURI="root"