From e88d8b8a89a895b646e7d18ad9d6893165978644 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 5 Aug 2012 01:13:03 -0700 Subject: elog: enable save_summary:qa by default QA warnings still won't be echoed by default, but they will be saved in summary.log. --- cnf/make.conf | 2 +- cnf/make.globals | 2 +- 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}" -- cgit v1.2.3-1-g7c22