File: log.py

package info (click to toggle)
python-ledgercomm 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: python: 297; makefile: 2
file content (5 lines) | stat: -rwxr-xr-x 84 bytes parent folder | download
1
2
3
4
5
"""ledgercomm.log module."""

import logging

LOG = logging.getLogger("ledgercomm")