cjmamo / kafka-web-console

A web console for Apache Kafka (retired)
Apache License 2.0
762 stars 246 forks source link

logger settings in application.conf are ignored #46

Open PAStheLoD opened 9 years ago

PAStheLoD commented 9 years ago

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

ibanner56 commented 9 years ago

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.