/ RNS / vendor / i2plib / log.py
log.py
1  """Logging configuration."""
2  import logging
3  
4  # Name the logger after the package.
5  logger = logging.getLogger(__package__)