Hi there, I'm writing a CLI using dropwizard and want to log some stuff during processing. However, my Command doesn't seem to pick up the config.yml settings for logging, and I'm not sure why. Note that logging does work in my code, but only at the "WARN" level and above (which is probably a default somewhere).
My application is hosted at https://github.com/javajosh/csv-demo The primary file is https://github.com/javajosh/csv-demo/blob/master/src/main/java/com/javajosh/csvdemo/cli/ProcessCSV.java Logging config is set at https://github.com/javajosh/csv-demo/blob/master/config.yml Thanks for your help! -- You received this message because you are subscribed to the Google Groups "dropwizard-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dropwizard-user/51be6dd7-98eb-4e0c-89b5-80b48143cdfd%40googlegroups.com.
