Add logging in Janus kernels

This commit is contained in:
ngaud 2017-05-03 18:41:52 +02:00
parent ed1ce51747
commit 822144a89b
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ import static io.janusproject.Boot.*
class Firework {
static def main(controller : FXMLViewerController) {
Boot::offline = true
Boot::verboseLevel = 7
Boot::startJanus(typeof(LaunchingArea), controller)
}
}