updated to use directory of jar instead of working directory to store data

Former-commit-id: 5090e57e59d022d0824bf5a7fdcbedfc0bff027e
This commit is contained in:
Jeremy Long
2012-11-12 14:48:39 -05:00
parent 9f21ea6a9d
commit 1e7b45c00b
11 changed files with 28 additions and 46 deletions

View File

@@ -20,4 +20,4 @@ java.util.logging.FileHandler.level=FINEST
# %g - generation number for rotating logs
# %u - unique number to avoid conflicts
# FileHandler writes to %h/demo0.log by default.
java.util.logging.FileHandler.pattern=./logs/DependencyCheck%g.log
java.util.logging.FileHandler.pattern=./logs/DependencyCheck%u.log