
May 25, 2015
4:19 a.m.
On Mon, May 25, 2015 at 12:26:33AM +0200, Ludovic Gasc wrote:
Hi Python-Ideas ML,
To resume quickly the idea: I wish to add "extra" attribute to LogMessage, to facilitate structured logs generation.
The documentation for the logging module already includes a recipe for simple structured logging: https://docs.python.org/2/howto/logging-cookbook.html#implementing-structure... At the other extreme, there is the structlog module: https://structlog.readthedocs.org/en/stable/ How does your change compare to those? -- Steve