hh/decolorize-logs
Always disable colors for logrus
Without this, it'll default to a log format that includes color codes. I think it's supposed to remove that when not run in a terminal, but it detects our production environment as having a terminal, so it's easier to just disable it completely.