diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-06-17 05:07:36 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-06-17 05:07:36 +0000 |
commit | 30bcd77ebf8d111ec6ac496115f871f55893e683 (patch) | |
tree | 404ca082c18f0244727de8354e9718e1e15a95d0 /cnf | |
parent | Fix BLANK order and color. (diff) | |
download | portage-idfetch-30bcd77ebf8d111ec6ac496115f871f55893e683.tar.gz portage-idfetch-30bcd77ebf8d111ec6ac496115f871f55893e683.tar.bz2 portage-idfetch-30bcd77ebf8d111ec6ac496115f871f55893e683.zip |
Add "blank" to the default PORTAGE_ELOG_CLASSES setting.
svn path=/main/trunk/; revision=10681
Diffstat (limited to 'cnf')
-rw-r--r-- | cnf/make.conf | 4 | ||||
-rw-r--r-- | cnf/make.globals | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cnf/make.conf b/cnf/make.conf index 312d2fc5..bc9a8f40 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -315,9 +315,9 @@ # logging related variables: # PORTAGE_ELOG_CLASSES: selects messages to be logged, possible values are: -# info, warn, error, log, qa, * +# blank, info, warn, error, log, qa, * # Warning: commenting this will disable elog -PORTAGE_ELOG_CLASSES="warn error log" +PORTAGE_ELOG_CLASSES="blank log warn error" # PORTAGE_ELOG_SYSTEM: selects the module(s) to process the log messages. Modules # included in portage are (empty means logging is disabled): diff --git a/cnf/make.globals b/cnf/make.globals index 594278f1..f0c54e88 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -85,7 +85,7 @@ PORTAGE_INST_GID="0" PORTAGE_WORKDIR_MODE="0700" # Some defaults for elog -PORTAGE_ELOG_CLASSES="log warn error" +PORTAGE_ELOG_CLASSES="blank log warn error" PORTAGE_ELOG_SYSTEM="save_summary echo" PORTAGE_ELOG_MAILURI="root" |