Hacker News new | ask | show | jobs
by raverbashing 1456 days ago
Yeah, it exists

But IMO it inherited most of loggers problems while not offering a better interface

It is basically a kwargs to json or 'key=value' converter

(Also json logs are overrated. There I said it. Especially one key per line, please don't)

2 comments

They're quite powerful if you aggregate in a tool like Splunk, ES, or GCloud logging.

You need good quality logs though. Because noisy useless JSON logs are even more noisy and useless.

Agreed on the one key per line bit.

agreed. one key per line is straight up madness. in general, your logs should not go out of their way to break grep.