update make.conf.example with per-module filtering
authorMarius Mauch <genone@gentoo.org>
Thu, 18 Jan 2007 19:45:19 +0000 (19:45 -0000)
committerMarius Mauch <genone@gentoo.org>
Thu, 18 Jan 2007 19:45:19 +0000 (19:45 -0000)
svn path=/main/trunk/; revision=5708

cnf/make.conf

index 0d5694cc3a5aa9fd594f35b9e066b60908f77f4b..a3a4f9ae3d87f8e072c5be34f98495a13ed8d789 100644 (file)
 
 # 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"
 
@@ -321,6 +321,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