mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(portal): Add session data to fields truncated by logger (#6572)
This commit is contained in:
@@ -35,7 +35,9 @@ secret_keys = [
|
||||
"token",
|
||||
"public_key",
|
||||
"private_key",
|
||||
"preshared_key"
|
||||
"preshared_key",
|
||||
"session",
|
||||
"sessions"
|
||||
]
|
||||
|
||||
config :phoenix, :filter_parameters, secret_keys
|
||||
|
||||
Reference in New Issue
Block a user