Skip to content

Inspect and Log: Visibility into the settings file loading process ? #837

@Wenzel

Description

@Wenzel

Hi,

I would like to have more visibility into how Dynaconf is loading the settings files, and overriding the variables at each step of the process.
This would allow the uses of my app to clearly understand what went wrong in their environment.

For example:

Loading from /etc/app/config.toml
SET port = 443
Loading from /home/dynaconf/.config/app/config.toml
Not found
Loading from /home/dynaconf/project/.env
OVERRIDE port = 8080
SET protocol = https

Would it be possible to have that clarity into the loading process ?

Thanks for Dynaconf ! ❤️

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions