From f68b5a0c3d8509c8780576155fa85a6f0d573042 Mon Sep 17 00:00:00 2001 From: Ritabrata Das Date: Wed, 29 Jan 2025 21:22:47 +0530 Subject: Change default config --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 17f2291..78e7a4c 100644 --- a/config.py +++ b/config.py @@ -3,7 +3,7 @@ from logging import DEBUG, WARN, INFO, CRITICAL # Configuration # Logging Level : Most of the times having INFO level is enough # But while submitting issues, please consider sending the logs with DEBUG level -LOGGING_LEVEL = DEBUG +LOGGING_LEVEL = INFO # Server Configuration # Replace with the YSFlight server address -- cgit v1.2.3