summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-08-05 01:13:03 -0700
committerZac Medico <zmedico@gentoo.org>2012-08-05 01:13:03 -0700
commite88d8b8a89a895b646e7d18ad9d6893165978644 (patch)
tree6ffdb8b66701c777c64f96bb61f88fc5d6da5921 /cnf
parent1cc39de72ac5311db748341ef9183586556719d9 (diff)
downloadportage-e88d8b8a89a895b646e7d18ad9d6893165978644.tar.gz
portage-e88d8b8a89a895b646e7d18ad9d6893165978644.tar.bz2
portage-e88d8b8a89a895b646e7d18ad9d6893165978644.zip
elog: enable save_summary:qa by default
QA warnings still won't be echoed by default, but they will be saved in summary.log.
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.conf2
-rw-r--r--cnf/make.globals2
2 files changed, 2 insertions, 2 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index ad2a5b775..7dcfbb930 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -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:
diff --git a/cnf/make.globals b/cnf/make.globals
index ada91f8f0..ce3555470 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -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}"