summaryrefslogtreecommitdiffstats
path: root/cnf/make.globals
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/make.globals
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/make.globals')
-rw-r--r--cnf/make.globals2
1 files changed, 1 insertions, 1 deletions
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}"