log.py (124B)
- """Logging configuration."""
- import logging
- # Name the logger after the package.
- logger = logging.getLogger(__package__)
git clone https://anongit.hacktivis.me/git/oasis-root.git
log.py (124B)
- """Logging configuration."""
- import logging
- # Name the logger after the package.
- logger = logging.getLogger(__package__)