But there's a catch! They're a lot easier to process and query if you emit them in structured log form. This in turn makes your logs harder to read for humans. humanlog
solves this by prettifying your structured logs and making them easier to use!
$ humanlog < /var/log/logfile.log
Structured logs are prettified, and the rest is left alone.
Install humanlog
with:
curl -L "https://humanlog.io/install.sh" | sh
Or follow the instructions on the repo.