driskell / log-courier

The Log Courier Suite is a set of lightweight tools created to ship and process log files speedily and securely, with low resource usage, to Elasticsearch or Logstash instances.
Other
419 stars 107 forks source link

go-logging needs to be replaced by logrus #362

Closed driskell closed 7 years ago

driskell commented 7 years ago

Just waiting for a SetOutput call on logrus then should be easy to drop it in. This needs doing because go-logging seems to have disappeared.

[ ] Logrus with SetOutput [ ] Simplify logging by only allowing one of log syslog, log file, log stdout [ ] Update code to logrus

driskell commented 7 years ago

Holding on this. Managed to get op-logging working again.