Source: fluent-logger-python
XB-Private-Mcp-Spec-Sha: 41f20ec9b29510164a2b4bcddef8b85297fd115f
Section: net
Priority: extra
Maintainer: Ivan Udovichenko <mos-linux@mirantis.com>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-msgpack,
               python-setuptools,
               python3-all,
               python3-msgpack,
               python3-setuptools,
Standards-Version: 3.9.8
X-Python3-Version: >= 3.4
Homepage:https://github.com/fluent/fluent-logger-python

Package: python-fluent-logger
Provides: fluent-logger-python
Architecture: all
Section: python
Depends: python-msgpack,
         ${misc:Depends},
         ${python:Depends},
Description: structured logger for Fluentd
 Many web/mobile applications generate huge amount of event logs
 (c,f. login, logout, purchase, follow, etc). To analyze these
 event logs could be really valuable for improving the service.
 However, the challenge is collecting these logs easily and reliably.
 .
 Fluentd solves that problem by having: easy installation, small
 footprint, plugins, reliable buffering, log forwarding, etc.
 .
 fluent-logger-python is a Python library, to record the events from
 Python application.
 .
 This package contains Python 2.* modules.

Package: python3-fluent-logger
Architecture: all
Section: python
Depends: python3-msgpack,
         ${misc:Depends},
         ${python:Depends},
Description: structured logger for Fluentd
 Many web/mobile applications generate huge amount of event logs
 (c,f. login, logout, purchase, follow, etc). To analyze these
 event logs could be really valuable for improving the service.
 However, the challenge is collecting these logs easily and reliably.
 .
 Fluentd solves that problem by having: easy installation, small
 footprint, plugins, reliable buffering, log forwarding, etc.
 .
 fluent-logger-python is a Python library, to record the events from
 Python application.
 .
 This package contains Python 3.* modules.
