Skip to content

Releases: Dmitrii-I/logging_configurator

2.0.0 (2022-09-26)

26 Sep 17:42
Compare
Choose a tag to compare
  • Upgrade minimum required Python version from 3.6 to 3.7 because 3.6 reached end-of-life. See official Python website for currently active versions.
  • Automatically create directory tree found in path parameter to configure_logging().
  • Accept both Path and str as path in configure_logging().

1.0.1

03 Apr 17:28
Compare
Choose a tag to compare
  • Declare the package to be compliant with PEP 561 by including py.typed file. PEP 561 compliance means the package has annotated its objects with type info.

1.0.0

20 Jun 20:28
Compare
Choose a tag to compare
  • Logging of exception traceback and log levels ERROR, CRITICAL, and WARNING is now done to stderr instead of stdout. As a result the signature of confgiure_logging() changed. The parameter stdout has been renamed to stdout_and_stderr.

0.1.0

20 Jun 20:28
Compare
Choose a tag to compare
  • Function configure_logging(path, log_level, append, stdout) provides quick and easy way to confgure logging.