File: control

package info (click to toggle)
logging-tree 1.9-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: python: 449; sh: 17; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 905 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
Source: logging-tree
Section: python
Priority: optional
Maintainer: Federico Ceratto <federico@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep:
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
Standards-Version: 4.6.0
Homepage: https://github.com/brandon-rhodes/logging_tree
Vcs-Browser: https://salsa.debian.org/debian/python-logging-tree
Vcs-Git: https://salsa.debian.org/debian/python-logging-tree.git
Rules-Requires-Root: no

Package: python3-logging-tree
Architecture: all
Depends: ${misc:Depends},
 ${python3:Depends}
Provides: ${python3:Provides}
Description: introspect and display the logging tree in Python3
 A debugging tool for inspecting the hierarchy of loggers in Python3.
 It is useful for troubleshooting applications where the logging levels seem
 inconsistent across modules and libraries.
 The loggers and their configuration is printed in a ascii tree.