FileLog module
==============

	This module  implements another kind of logging:  logging to a
	file, instead of the default  syslog. It is mainly useful in a
	chrooted environment.

	If you  don't want any syslog messages,  set SYSLOG.DISABLE to
	yes.

	The only drawback of this module is that it does not work well
	when multiple daemons  try to access the same  file, so syslog
	is better...

OPTIONS
=======

	FILELOG.LOGFILE: The  path of the logfile. It  will be created
	if it doesn't exist. You must specify this, or else, no
	logging will take place!

	MINIMUM_LOG_LEVEL: The minimum priority required for a message
	to be logged. Defaults to 5.
