Hello all,
I've got two questions.
1. Simply speaking as in the topic - how can I log messages in json format?
2. If that is not possible, how could I disable the default logging provided by dropwizard? In my company I've got a ready-made logback.xml, which is quite complex and is reused among lots of application by packaging it in a library. I can't use it right now, as during dropwizard startup, when logging is bootstrapped, my whole logback configuration is overriden by whatever is configured by default dropwizard.
Thanks in advance for any support,
Chris