Skip to content

v0.0.3

Compare
Choose a tag to compare
@krakozaure krakozaure released this 15 Aug 19:16
· 27 commits to master since this release

Refactor pyzzy.logs part and associated files

  • Add pending deprecation for pyzzy.logs.load_config and pyzzy.init_logger.
    User should use pyzzy.init_logging and pyzzy.getLogger instead.
  • Remove pyzzy.logs.dump_config
  • Add function to simplify warnings formatting (pyzzy.logs.simple_warning_format)
  • Add pyzzy.logs.PzWarningsFormatter to use correct warning values
  • Rename pyzzy.logs.PzStreamFormatter to pyzzy.logs.PzConsoleFormatter
  • Add configuration for warnings and testing (pyzzy.logs.vars.DEFAULT_CONFIG)