Closed blaggacao closed 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{})
log.SetFormatter(&log.JSONFormatter{})
Or maybe higher impact: https://github.com/fluent/fluent-bit/issues/562
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{})