Hi all,
since 0.8.0, there's a new category of modules in Janus: custom loggers. These basically allow you to handle logging in Janus your own way, instead of (or besides) printing to stdout or saving to file as we do now. By default we only have a proof-of-concept module that saves each log line as a JSON object: so pretty useless, but should help people work on more useful and interesting loggers in the future, which I'm looking forward to see!
As you can see in the text there, we're already working on a module that should make it easier to send logs to a Homer instance. I know people use different tools for logging (Kafka seems to be a common choice), so I hope people will start contributing their modules to Janus soon.
Thanks,
Lorenzo