File: log.py

package info (click to toggle)
python-trollius 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,384 kB
  • ctags: 2,883
  • sloc: python: 19,402; ansic: 1,168; makefile: 179; 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__)