Update DataExtractionOSM/src/net/osmand/data/index/IndexBatchCreator.java
This commit is contained in:
parent
bc81d8f6b5
commit
a0f06cd665
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ public class IndexBatchCreator {
|
|||
fout.write((new Date() + "\n").getBytes());
|
||||
fout.write((Version.APP_MAP_CREATOR_FULL_NAME + "\n").getBytes());
|
||||
fout.close();
|
||||
fh = new FileHandler(logFileName.getAbsolutePath(), 5000000, 1, false);
|
||||
fh = new FileHandler(logFileName.getAbsolutePath(), 5000000, 1, true);
|
||||
fh.setFormatter(new SimpleFormatter());
|
||||
fh.setLevel(Level.ALL);
|
||||
Jdk14Logger jdk14Logger = new Jdk14Logger("tempLogger");
|
||||
|
|
Loading…
Reference in a new issue