*) Adding logging level for filehandler

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@691 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
theli 2005-09-09 11:19:42 +00:00
parent 44b36d087e
commit bec02f3f7e

View File

@ -11,11 +11,13 @@
# CONFIG regular system status information (i.e. start-up messages)
# FINE in-function status debug output
PARSER.level = INFO
PROXY.level = INFO
YACY.level = INFO
HTCACHE.level = INFO
PLASMA.level = INFO
SERVER.level = INFO
WORDMIGRATION.level = FINE
FILEHANDLER.level = INFO
# List of global handlers
handlers = java.util.logging.FileHandler,\