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:
parent
83002a5d51
commit
1502a07b81
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user