Fix batch logging

This commit is contained in:
vshcherb 2011-12-30 10:49:58 +01:00
parent 1933d5524b
commit 686186314e

View file

@ -3,6 +3,7 @@ handlers=java.util.logging.ConsoleHandler, java.util.logging.FileHandler
# Set the default logging level for the logger named com.mycompany
net.osmand.level = ALL
batch.file.generation.log.level = ALL
java.util.logging.FileHandler.pattern=.work/osmand-batch.log
java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter