Files
whisperbox-transcribe/app/shared/logger.py

8 lines
107 B
Python

import logging
logging.basicConfig()
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)