Skip to content

Releases: FAST-HEP/fasthep-logging

2024.6.1

13 Jun 08:25
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.1 by @dependabot in #4
  • build(deps): bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4 by @dependabot in #5
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #9
  • build(deps): bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.10 by @dependabot in #8
  • build(deps): bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in #10
  • build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #12
  • build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #13
  • build(deps): bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in #14
  • build(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14 by @dependabot in #16

Full Changelog: 0.1.1...2024.6.1

Version 0.1.1

30 Nov 15:58
d31235c
Compare
Choose a tag to compare

What's Changed

  • Fix: do not duplicate handlers on reuse by @kreczko in #3

New Contributors

Full Changelog: 0.1.0...0.1.1

Version 0.1.0

18 Oct 17:08
Compare
Choose a tag to compare

First release of fasthep-logging

Features

The FAST-HEP logging package adds two new log levels to the standard Python
logging:

  • TRACE is the most verbose level, and is used for debugging purposes.
  • TIMING is used to log timing information. Log level is between DEBUG and
    WARNING.

In addition, this package sets a logging standard for FAST-HEP projects:

  • per-log-level formatting
  • log file support