mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-07 02:20:26 +03:00
Clear-text logging of sensitive information
This commit is contained in:
parent
021ac4cea9
commit
320a1ffcae
@ -51,7 +51,6 @@ class GlancesPasswordList(GlancesPassword):
|
|||||||
|
|
||||||
# Password list loaded
|
# Password list loaded
|
||||||
logger.info("%s password(s) loaded from the configuration file" % len(password_dict))
|
logger.info("%s password(s) loaded from the configuration file" % len(password_dict))
|
||||||
logger.debug("Password dictionary: %s" % password_dict)
|
|
||||||
|
|
||||||
return password_dict
|
return password_dict
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user