2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 03:55:41 +00:00

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

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