Fix batch logging
This commit is contained in:
parent
1933d5524b
commit
686186314e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue