janeczku / rancher-letsencrypt

:cow: Rancher service that obtains and manages free SSL certificates from the Let's Encrypt CA
Apache License 2.0
326 stars 114 forks source link

Add support for json logging format #111

Closed blaggacao closed 6 years ago

blaggacao commented 6 years ago

It would be nice if this service could be configured for json logging, although not difficult to configure a parser, json formatter is included in logrus log.SetFormatter(&log.JSONFormatter{})

blaggacao commented 6 years ago

Or maybe higher impact: https://github.com/fluent/fluent-bit/issues/562