log.py 124 B

1234567
  1. """Logging configuration."""
  2. import logging
  3. # Name the logger after the package.
  4. logger = logging.getLogger(__package__)