You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When required configuration (specifically: logs_ingest_key) is set only in the Django settings.py, the handle will not be able to configure, raising
ValueError: SCOUT_LOGS_INGEST_KEY is not set
This is possibly due to django/python attempting to setup the logging handlers before the setings.py configuration is loaded into the scout_apm.core.config module.
The text was updated successfully, but these errors were encountered:
When required configuration (specifically:
logs_ingest_key
) is set only in the Djangosettings.py
, the handle will not be able to configure, raisingThis is possibly due to django/python attempting to setup the logging handlers before the setings.py configuration is loaded into the
scout_apm.core.config
module.The text was updated successfully, but these errors were encountered: