File: log.py

package info (click to toggle)
aiopg 0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 244 kB
  • sloc: python: 1,965; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
"""Logging configuration."""

import logging


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