mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add /etc/yunohost/mysql as data to redact
This commit is contained in:
parent
4269c10b80
commit
b9e4b91f1b
1 changed files with 1 additions and 0 deletions
|
@ -323,6 +323,7 @@ class OperationLogger(object):
|
|||
self.logger = None
|
||||
self._name = None
|
||||
self.data_to_redact = []
|
||||
self.data_to_redact.append(open("/etc/yunohost/mysql", "r").read().strip())
|
||||
|
||||
self.path = OPERATIONS_PATH
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue