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

changed logging from console to file

parent fde69ed9
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
Markdown is supported
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