# Copyright 2004, VMware, inc.
# To filter out excessive logging, add lines with the following syntax:
#
#      numLogs logRegexp
#
# Any log line matching the regular expression logRegexp will appear 
# the first "numLogs" times that it's issued, but will be ignored after
# that point. For example, the line:
#
#      5 IOAPIC.*
#
#  will ensure that only the first 5 IOAPIC-related lines appear in the log
#  and others are ignored.
#
#  This feature should be used only in the case where a log statement is
#  spewing excessively. Filtering the log too aggressively may make troubleshooting
#  more difficult if it loses valuable information.
