File: control

package info (click to toggle)
concurrent-log-handler 0.9.25-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 256 kB
  • sloc: python: 1,690; makefile: 6
file content (35 lines) | stat: -rw-r--r-- 1,284 bytes parent folder | download
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
Source: concurrent-log-handler
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Mechtilde Stehmann <mechtilde@debian.org>,
Build-Depends:
 debhelper-compat (=13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-coverage <!nocheck>,
 python3-hatchling,
 python3-portalocker,
 python3-pytest <!nocheck>,
 python3-pytest-sugar <!nocheck>,
 python3-setuptools,
 python3-wheel,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/concurrent-log-handler.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/concurrent-log-handler
Homepage: https://github.com/Preston-Landers/concurrent-log-handler

Package: python3-concurrent-log-handler
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Additional log handler for Python's standard logging package
 This handler will write log events to a log file which is rotated when
 the log file reaches a certain size. Multiple processes can safely write
 to the same log file concurrently. Rotated logs can be gzipped if desired.
 Both Windows and POSIX systems are supported. An optional threaded queue
 logging handler is provided to perform logging in the background.