changed some logging levels and replaced ach_api_log_temp with ach_api_log table

This commit is contained in:
2026-02-11 14:49:06 +05:30
parent aa35f6a4e6
commit d0dc66eacc
3 changed files with 9 additions and 20 deletions

View File

@@ -9,6 +9,7 @@ from logging_config import setup_logging, get_logger
from scheduler import Scheduler
# Initialize logging
logging.getLogger("paramiko").setLevel(logging.WARNING)
logger = setup_logging(log_level=logging.INFO)
app_logger = get_logger(__name__)