This commit is contained in:
2025-05-15 14:35:44 +10:00
parent 49835f351c
commit 10f918ae24
+1 -1
View File
@@ -16,7 +16,7 @@ from foodie_config import EMAIL_CONFIG
# Configure logging # Configure logging
logging.basicConfig( logging.basicConfig(
level=logging.INFO, level=logging.DEBUG,
format='%(asctime)s - %(levelname)s - %(message)s' format='%(asctime)s - %(levelname)s - %(message)s'
) )
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)