Skip to content
Snippets Groups Projects
Commit 6acf6047 authored by Tom Wiesing's avatar Tom Wiesing :speech_balloon:
Browse files

Remove logging from def-build.mbt

parent 7d1c5c01
No related branches found
No related tags found
No related merge requests found
import java.util.Calendar
import java.text.SimpleDateFormat
// import java.util.Calendar
// import java.text.SimpleDateFormat
controller.handleLine("log console")
val format1 = new SimpleDateFormat("yyyy_MM_dd_HH_mm")
logToFile("/var/data/localmh/MathHub/meta/inf/config/logs/" + format1.format(Calendar.getInstance().getTime), true)
// val format1 = new SimpleDateFormat("yyyy_MM_dd_HH_mm")
// logToFile("/var/data/localmh/MathHub/meta/inf/config/logs/" + format1.format(Calendar.getInstance().getTime), true)
logModule("server")
controller.handleLine("log+ archive")
controller.handleLine("server on 8082")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment