nucypher/newsfragments/3483.bugfix.rst

3 lines
249 B
ReStructuredText
Raw Normal View History

2024-04-18 19:04:28 +00:00
Console logging was not using the correct log format, log levels were not adhered to for limiting log messages, and global log observers not correctly managed.
2024-04-19 15:15:18 +00:00
Improved the StdoutEmitter to better utilize the logger so that information is not lost.