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

cnf/make.conf
cnf/make.globals

index 312d2fc5eab0352c59c95183b370ce3a3e4cc39d..bc9a8f40a7674fe699fc87399774b7b45a2fa3b0 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 594278f19c85478aacc7e2e4948ad587c3bd66c5..f0c54e88c0c3643b2c8ce7f83a695123fe0fd720 100644 (file)
@@ -85,7 +85,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"