credify / app /core /logging_config.py
abhisheksan's picture
setup
6064a78
raw
history blame contribute delete
160 Bytes
import logging
def configure_logging():
logging.basicConfig(level=logging.INFO,
format='%(asctime)s - %(levelname)s - %(message)s')