Closed
Description
Back in the day, logstash used json for its log format. However, non-UTF-8 problems and bad logging styles caused crashes in the logger, so we moved to ruby's Object#inspect
.
Now that we have a better handle on UTF-8 problems and we have a better handle on how to do logging, it's probably time to make Cabin go back to emitting json.