Add /etc/yunohost/mysql as data to redact

This commit is contained in:
Alexandre Aubin 2019-06-19 23:11:24 +02:00
parent 4269c10b80
commit b9e4b91f1b

View file

@ -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