Skip to content

Handler not configured when configuration set in django settings.py #23

@quinnmil

Description

@quinnmil

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions