6064a78
1
2
3
4
5
import logging def configure_logging(): logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')