Skip to content

Releases: Spacetown/logging_pipeline

0.5.0

10 Jul 05:42

Choose a tag to compare

  • Add trusted publisher.

0.4.0

27 May 07:26
5e3bf26

Choose a tag to compare

  • Do not add a default log handler.

0.3.0

22 May 15:50
42e46f3

Choose a tag to compare

  • Add support for python 3.8.

0.2.0

15 Mar 18:29

Choose a tag to compare

  • Fix redirection in test where a file nul was created in working directory.
  • Improve test by using functions instead of copying the code.
  • Add option to configure message format via environment variables
    LOGGING_PIPELINE_WARNING_MESSAGE_FORMAT and LOGGING_PIPELINE_ERROR_MESSAGE_FORMAT.
    The value is used to configure the python logger with {}-format, see
    LogRecord attributes.

0.1.3

03 Mar 22:28

Choose a tag to compare

  • Fix release notes.

0.1.2

03 Mar 22:19

Choose a tag to compare

  • Fix description and add release notes.

0.1.1

03 Mar 22:00

Choose a tag to compare

  • Fix installation instruction and development state.

0.1.0

03 Mar 21:53

Choose a tag to compare

  • First implementation.