Add "blank" to the default PORTAGE_ELOG_CLASSES setting. (trunk r10681)
authorZac Medico <zmedico@gentoo.org>
Tue, 17 Jun 2008 05:08:26 +0000 (05:08 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 17 Jun 2008 05:08:26 +0000 (05:08 -0000)
svn path=/main/branches/2.1.2/; revision=10682

cnf/make.conf
cnf/make.globals

index df7bddc279a5bec93403a14b24c5e08a31f4744a..7fd1494e18fb79a35972a8df45fb41ca9d90d74a 100644 (file)
 
 # 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):
index 63c68d841722e4d9e178ba15f6e62938ca490aa6..d1d095f7b9ac61e2f795601041bb006d7d4a7931 100644 (file)
@@ -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"