Metadata-Version: 2.1
Name: logfmter
Version: 0.0.10
Summary: A Python package which supports global logfmt formatted logging.
Home-page: https://github.com/josheppinette/python-logfmter
Author: Joshua Taylor Eppinette
Author-email: josheppinette@gmail.com
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# python-logfmter Debian package

This repository contains the Debian package to use [python-logfmter](https://github.com/jteppinette/python-logfmter) in UCS 5.2.

This whole project is MIT licensed, as it contains files from the original author's project.

From the `python-logfmter` README:

Add [logfmt](https://www.brandur.org/logfmt) structured logging using the stdlib logging module and without changing a single log call.

## Update version

- Provide python-logfmter-v${VERSION}.tar.gz.sha256
- Update $VERSION in `update.sh` and run
- Check changes
- Update changelog (dch -i)

## Build

```
@omar repo_admin.py -G "https://git.knut.univention.de/univention/dev/libraries/python-logfmter.git" -p python-logfmter -b "main" -P . -s errata5.2-2 -r 5.2
@ladda build-package-ng -r 5.2 -s errata5.2-2 -p python-logfmter
```
