structlog v17.2.0 Release Notes

Release Date: 2017-05-15 // almost 7 years ago
  • Backward-incompatible changes:

    none

    ๐Ÿ—„ Deprecations: ^

    none

    ๐Ÿ”„ Changes: ^

    • structlog.stdlib.ProcessorFormatter now accepts keep_exc_info and keep_stack_info arguments to control what to do with this information on log records. Most likely you want them both to be False therefore it's the default. #109 <https://github.com/hynek/structlog/issues/109>_
    • structlog.stdlib.add_logger_name() now works in structlog.stdlib.ProcessorFormatter's foreign_pre_chain. #112 <https://github.com/hynek/structlog/issues/112>_
    • ๐ŸŒฒ Clear log record args in structlog.stdlib.ProcessorFormatter after rendering. This fix is for you if you tried to use it and got TypeError: not all arguments converted during string formatting exceptions. #116 <https://github.com/hynek/structlog/issues/116>, #117 <https://github.com/hynek/structlog/issues/117>