Merge pull request #1478 from SchrodingersGat/log-fix

Remove log output which was leaking password into the logs
This commit is contained in:
Oliver 2021-04-18 17:20:43 +10:00 committed by GitHub
commit b7247284a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -396,7 +396,6 @@ for key in db_keys:
env_var = os.environ.get(env_key, None)
if env_var:
logger.info(f"{env_key}={env_var}")
# Override configuration value
db_config[key] = env_var