I was having a bit of trouble getting rid of the debug messages (from Util.scala). I've tried to add an application-logger.xml, but that didn't help until I haven't specified -Dlogger.resource=/pat/to/that.xml.
So, I'd recommend putting a nice XML into the repository and specifying application.conf as the a property file in the XML. 1
Yeah, we fussed with the application.conf file for a while and finally just went in and commented out the debug lines instead. I don't know why it's ignoring the config file.
Hello,
I was having a bit of trouble getting rid of the debug messages (from Util.scala). I've tried to add an application-logger.xml, but that didn't help until I haven't specified -Dlogger.resource=/pat/to/that.xml.
So, I'd recommend putting a nice XML into the repository and specifying application.conf as the a property file in the XML. 1
Thanks, Pas