Skip to content

Releases: LearningToPi/logging_handler

v1.0.7

26 Jul 21:21

Choose a tag to compare

What's New

  • Changed log_file_vars parameter default to None
  • Cleaned up unused imports

Fixed Issues

  • Switched global variables for DEBUG, INFO, WARNING, ERROR,
  • CRITICAL to be strings rather than integers inherited from logger. Fix was made to resolve IDE type errors.

Known Issues

N/A

v1.0.3

27 Jan 22:13

Choose a tag to compare

Fixed logging when using a constant imported from the logging library. i.e.: create_logger(DEBUG)

v1.0.2

07 Dec 04:34

Choose a tag to compare

  • Moved console level to the 1st parameter. Make it quicker and easier to create a console logger
  • Chaned default console level to INFO from WARNING. This is what I typically end up using anyway
  • Updated the home page to our new logging_handler page: https://www.learningtopi.com/python-modules-applications/python_logging_handler/
  • Allow passing static values DEBUG, INFO, WARNING, ERROR and CRITICAL from the logging module (or you may import from this library)

v1.0.1

10 Nov 05:30

Choose a tag to compare

Initial release! See the README.md for usage inforamtion. This package is also available on PyPi (logging_handler).