Structured logging, key=value and JSON
A log line written as prose can only be read by a human. The same event written as key=value or JSON can be filtered, extracted, and counted by machines. The difference is whether the writer named the fields, and it costs nothing at write time.
Sign in to start the lab