1 2 3 4 5 6 7
import logging import sys sys.path.append("..") from utils import SerenitasRotatingFileHandler logger = logging.getLogger(__name__)