File: log.py

package info (click to toggle)
python-trollius 2.1~b1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,520 kB
  • sloc: python: 21,533; ansic: 1,142; makefile: 176; sh: 44
file content (7 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
"""Logging configuration."""

import logging


# Name the logger after the package.
logger = logging.getLogger(__package__)