Python Microservices, Part 3: Effective Canonical Logging across Services

scgupta

Satish Chandra Gupta

Posted on April 23, 2020

Python Microservices, Part 3: Effective Canonical Logging across Services

Learn how to design, implement, test and configure canonical logging across microservices using Python and Tornado web framework.


Nature is a meticulous logger, and its logs are beautiful. Calcium carbonate layers in a seashell are nature’s log of ocean temperature, water quality, and food supply. Annual rings in tree cambium are nature’s log of dry and rainy seasons and forest fires. Fossils in the layers in sedimentary rocks are nature’s log of the flora and fauna life that existed at the time...

(Based on a PyCon India 2019 tutorial.)

Continue reading »

💖 💪 🙅 🚩
scgupta
Satish Chandra Gupta

Posted on April 23, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related