From: Zac Medico Date: Sun, 5 Aug 2012 08:13:03 +0000 (-0700) Subject: elog: enable save_summary:qa by default X-Git-Tag: v2.2.0_alpha121~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e88d8b8a89a895b646e7d18ad9d6893165978644;p=portage.git elog: enable save_summary:qa by default QA warnings still won't be echoed by default, but they will be saved in summary.log. --- 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}"