2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 05:26:45 +00:00

Remove log output which was leaking password into the logs

This commit is contained in:
Oliver Walters 2021-04-18 16:54:35 +10:00
parent 83002a5d51
commit 1502a07b81

View File

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