|
|
|
|
|
by bbkane
1486 days ago
|
|
Could you give an example of "attach metadata"? Are you talking about attaching metadata to the logger object or handlers? How is that done? If I recall correctly, the only thing you can send with an individual log event is a string message, and an log level, no other metadata. I looked into this because I love structured logging, and I wasn't able to figure out how to make that work easily with the default logging module. |
|