mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-26 10:48:41 +02:00
added more entries to debug masking
This commit is contained in:
parent
7d76af5b79
commit
e67c5a942c
1 changed files with 4 additions and 0 deletions
|
@ -9,11 +9,14 @@ _LOGGER = logging.getLogger(__name__)
|
|||
|
||||
TO_REDACT = {
|
||||
"ip-address",
|
||||
"client-ip-address",
|
||||
"address",
|
||||
"active-address",
|
||||
"mac-address",
|
||||
"active-mac-address",
|
||||
"orig-mac-address",
|
||||
"port-mac-address",
|
||||
"client-mac-address",
|
||||
"client-id",
|
||||
"active-client-id",
|
||||
"eeprom",
|
||||
|
@ -29,6 +32,7 @@ TO_REDACT = {
|
|||
"to-addresses",
|
||||
"src-address",
|
||||
"dst-address",
|
||||
"username",
|
||||
"password",
|
||||
"caller-id",
|
||||
"target",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue