diff options
| -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 |
