github-actions[bot]
Sync from GitHub: 172c485e85c5aea002b4aeb11058ed9d6d4dfcfe to branch main
22e29e9 | import logging | |
| logging.basicConfig( | |
| level=logging.INFO, | |
| format="%(asctime)s [%(levelname)s] %(name)s - %(message)s" | |
| ) | |
| logger = logging.getLogger("CRM") | |