Skip to content

Commit

Permalink
*) Adding logging level for filehandler
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@691 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
theli committed Sep 9, 2005
1 parent 44b36d0 commit bec02f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yacy.logging
Expand Up @@ -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,\
Expand Down

0 comments on commit bec02f3

Please sign in to comment.