diff options
| author | Ritabrata Das <[email protected]> | 2025-01-29 21:22:47 +0530 |
|---|---|---|
| committer | Ritabrata Das <[email protected]> | 2025-01-29 21:22:47 +0530 |
| commit | f68b5a0c3d8509c8780576155fa85a6f0d573042 (patch) | |
| tree | fcb161b2fa94d81504d00563cd5a3da978b20ac5 | |
| parent | 69a2bb0c6dd3d91b323f3d334d42f28c670334d7 (diff) | |
Change default config
| -rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
