#
# NO EXECUTE
# This file is a configuration one.
# You can write here parts of regular expressions you want daemon.py log
# nolog=( r'TOTO', ) means no string with 'TOTO' will be loggued in.
#
# Must be present in your PYTHONPATH

nolog=(r'NOTICE',
	   )

