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 ! ❤️