From 9fa47cfc222dc13c9bc023c3a5730733666093cb Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 21 Jun 2007 23:29:33 +0000 Subject: Allow per-module filtering based on loglevels in addition to the global PORTAGE_ELOG_CLASSES one, add wildcard support for loglevels (trunk r5706:5709) svn path=/main/branches/2.1.2/; revision=6921 --- cnf/make.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cnf/make.conf') diff --git a/cnf/make.conf b/cnf/make.conf index 5c2b8a5da..6a711509e 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -327,7 +327,7 @@ # logging related variables: # PORTAGE_ELOG_CLASSES: selects messages to be logged, possible values are: -# info, warn, error, log, qa +# info, warn, error, log, qa, * # Warning: commenting this will disable elog PORTAGE_ELOG_CLASSES="warn error log" @@ -347,6 +347,10 @@ PORTAGE_ELOG_CLASSES="warn error log" # mail_summary (like "mail" but sends all messages in # a single mail when emerge exits) # To use elog you should enable at least one module +# The module name may be followed by a colon and a comma +# 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 mail" # PORTAGE_ELOG_COMMAND: only used with the "custom" logging module. Specifies a command -- cgit v1.2.3-1-g7c22