python3-structlog

structured logging for Python (3.x)
  https://www.structlog.org/en/stable/
  0
  no reviews



Structlog makes structured logging in Python easy by augmenting your existing logger. It allows you to split your log entries up into key/value pairs and build them incrementally without annoying boilerplate code.

This package installs the library for Python 3