logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

log.py (124B)


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