Hacker News new | ask | show | jobs
by lowmagnet 2373 days ago
IDK about the error json, looks too much like a PHP dump when a descriptive error wrapper will do.
1 comments

If you are reading the JSON yourself, you’re doing it wrong. JSON logs can be parsed and stored for analysis and generally deal with multi line issues much better than any non json.
Bingo, we emit all our logs as JSON for ingestion into ES to allow easy analysis.