Minor: print more logging in the IRS demo

This commit is contained in:
Mike Hearn 2016-04-25 15:22:30 +02:00
parent 1b3e919df7
commit 63b8579669

View File

@ -56,7 +56,7 @@ fun main(args: Array<String>) {
}
// Suppress the Artemis MQ noise, and activate the demo logging.
BriefLogFormatter.initVerbose("+demo.irsdemo", "-org.apache.activemq")
BriefLogFormatter.initVerbose("+demo.irsdemo", "+api-call", "+platform.deal", "-org.apache.activemq")
val dir = Paths.get(options.valueOf(dirArg))
val configFile = dir.resolve("config")