Commit 7714073a authored by Lückemeyer's avatar Lückemeyer
Browse files

changed logging from console to file

parent fde69ed9
No related merge requests found
Showing with 5 additions and 2 deletions
+5 -2
handlers=java.util.logging.ConsoleHandler
.level = INFO
handlers=java.util.logging.FileHandler
.level = DEBUG
java.util.logging.FileHandler.pattern = /data/result/testrunner.log
java.util.logging.ConsoleHandler.level=INFO
java.util.logging.ConsoleHandler.formatter=de.hftstuttgart.dtt.util.logging.CustomFormatter
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment