chore: set dev env logging level to INFO (from DEBUG)

Using a higher logging default in dev mode to clean up output. Also setting so TMI messages to debug to prevent not-so-useful information to show up on startup.

Devs can easily switch the logging level to DEBUG if/when needed.
This commit is contained in:
Maxime Beauchemin
2024-12-15 22:55:41 -08:00
parent 04077ce934
commit cd6cc34735
2 changed files with 3 additions and 2 deletions

View File

@@ -103,6 +103,7 @@ WEBDRIVER_BASEURL = "http://superset:8088/" # When using docker compose baseurl
# The base URL for the email report hyperlinks.
WEBDRIVER_BASEURL_USER_FRIENDLY = WEBDRIVER_BASEURL
SQLLAB_CTAS_NO_LIMIT = True
LOG_LEVEL = logging.INFO
#
# Optionally import superset_config_docker.py (which will have been included on