File: __init__.py

package info (click to toggle)
python-nbxmpp 4.5.4-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 1,216 kB
  • sloc: python: 17,365; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (3)
1
2
3
4
5
import logging

# Prevents logging output in tests
log = logging.getLogger('nbxmpp')
log.setLevel(logging.CRITICAL)