1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: python-ecs-logging
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Karsten Schöke <karsten.schoeke@geobasis-bb.de>,
Build-Depends: asciidoc,
debhelper-compat (= 13),
dh-sequence-python3,
docbook-xml,
flit,
pybuild-plugin-pyproject,
python3-all,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pytest-mock <!nocheck>,
python3-structlog <!nocheck>,
w3m,
xsltproc,
Standards-Version: 4.7.2
Homepage: https://github.com/elastic/ecs-logging-python
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ecs-logging
Vcs-Git: https://salsa.debian.org/python-team/packages/python-ecs-logging.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Package: python3-ecs-logging
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Recommends: ${python3:Recommends},
Suggests: ${python3:Suggests},
Description: Elastic Common Schema (ECS) Python libs
Elastic Common Schema (ECS) defines a common set of fields
for ingesting data into Elasticsearch.
ECS loggers are formatter/encoder plugins for your favorite logging libraries.
They make it easy to format your logs into ECS-compatible JSON.
|