Sunday Error Patching

This commit is contained in:
Charles E. Gormley
2024-10-13 20:12:30 -04:00
parent cdf232b547
commit 8928f05144
6 changed files with 36 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ import time
import sys
from src.infra.deploy_infrastructure import get_or_create_kms_key
from dotenv import load_dotenv
load_dotenv()
load_dotenv(override=True)
import logging
logging.basicConfig(level=os.getenv('LOG_LEVEL', 'INFO'))