bluelatex
bluelatex copied to clipboard
Make logger configurable with HOCON
For the moment we use the default configurator from logback which expects an xml file. However the rest of the application is configured using HOCON from https://github.com/typesafehub/config. It would be better to have the entire configuration in the same syntax.
If we want to support real logback configuration, this involves some programming effort that we cannot afford right now. I was a bit optimistic when assigning this issue to v1.0.0-RC1. So I am delaying this issue to some future unknown version if any at all.