Why you should be using structured logs - Stefan Krawczyk

preview_player
Показать описание

Description
At Stitch Fix most application logs are output in a structured JSON format for simpler debugging and downstream consumption.

In this talk we’ll cover in more detail why structured logs are useful and provide leverage, caveats to using them, and how simple it is to get one going with Python.

Abstract
At Stitch Fix most application logs are output in a structured JSON format for simpler debugging and downstream consumption. For example, data scientists can add a field to their application log and it will automatically turn up as a parsed field in Elasticsearch for easy dashboarding and querying via Kibana, or be easily found and queried in Presto. In this talk we’ll cover in more detail why structured logs are useful and provide leverage, caveats to using them, and how simple it is to get one going with Python.

About the speaker
Stefan loves the stimulus of working at the intersection of design, engineering, and data. He grew up in New Zealand, speaks Polish, and spent formative years at Stanford, LinkedIn, Nextdoor & Idibon. Outside of work Stefan likes to 🏊, 🌮, 🍺, and ✈.

Sponsor Acknowledgement

#pybay #pybay2019 #python #python3 #gdb
Рекомендации по теме
Комментарии
Автор

This seems to my inexperienced eyes to be an unambiguously good idea. Other than inertia why hasn't this become universal?

RoamingAdhocrat