Closed Askaholic closed 2 years ago
Oh, I see. It's only happening because the pipenv script uses the command line parameter to set the config file. Turns out this means that in the docker container the first time the file is loaded, the changed values aren't logged since the refresh happens at import time which is before the log level is actually configured to be INFO or lower. I supposed this is a good thing since it means our database secrets and stuff are not printed to the log, but it's only by accident.
Refreshes the config before attempting to use it
Closes #914