DEV Community

Cover image for Python Microservices, Part 3: Effective Canonical Logging across Services
Satish Chandra Gupta
Satish Chandra Gupta

Posted on • Updated on • Originally published at ml4devs.com

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 »

Top comments (0)