elog: enable save_summary:qa by default
authorZac Medico <zmedico@gentoo.org>
Sun, 5 Aug 2012 08:13:03 +0000 (01:13 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 5 Aug 2012 08:13:03 +0000 (01:13 -0700)
QA warnings still won't be echoed by default, but they will be saved in
summary.log.

cnf/make.conf
cnf/make.globals

index ad2a5b7751f79d9116c9ea6eb78762388ca819bd..7dcfbb930c33ea8036aef29373e17144cbdc4ae4 100644 (file)
@@ -312,7 +312,7 @@ PORTAGE_ELOG_CLASSES="log warn error"
 #                      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_summary echo"
+#PORTAGE_ELOG_SYSTEM="save_summary:log,warn,error,qa echo"
 
 # PORTAGE_ELOG_COMMAND: only used with the "custom" logging module. Specifies a command
 #                      to process log messages. Two variables are expanded:
index ada91f8f0181510b6d2a698a60d376bfc2d5bf63..ce355547040537e17b39a251f8480426da862053 100644 (file)
@@ -121,7 +121,7 @@ PORTAGE_WORKDIR_MODE="0700"
 
 # Some defaults for elog
 PORTAGE_ELOG_CLASSES="log warn error"
-PORTAGE_ELOG_SYSTEM="save_summary echo"
+PORTAGE_ELOG_SYSTEM="save_summary:log,warn,error,qa echo"
 
 PORTAGE_ELOG_MAILURI="root"
 PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for \${PACKAGE} on \${HOST}"