From c8c2eb8d1215c66eaf0beed4364e9aa026fe0402 Mon Sep 17 00:00:00 2001 From: Ashutosh619-sudo Date: Tue, 15 Oct 2024 19:59:28 +0530 Subject: [PATCH] change to info --- ms_business_central_api/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ms_business_central_api/settings.py b/ms_business_central_api/settings.py index 3d70339..9cff99a 100644 --- a/ms_business_central_api/settings.py +++ b/ms_business_central_api/settings.py @@ -184,7 +184,7 @@ }, "dynamics.apis.api_base": { "handlers": ["console"], - "level": "DEBUG", + "level": "INFO", "propagate": True }, }