mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
More log redaction
This commit is contained in:
parent
183b462fed
commit
3a6d2dcd49
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ var redacted = &Hook{
|
||||||
"(Secret:\")[\\w]*",
|
"(Secret:\")[\\w]*",
|
||||||
"(Spotify.*ID:\")[\\w]*",
|
"(Spotify.*ID:\")[\\w]*",
|
||||||
"(PasswordEncryptionKey:[\\s]*\")[^\"]*",
|
"(PasswordEncryptionKey:[\\s]*\")[^\"]*",
|
||||||
|
"(ReverseProxyUserHeader:[\\s]*\")[^\"]*",
|
||||||
|
"(ReverseProxyWhitelist:[\\s]*\")[^\"]*",
|
||||||
|
"(MetricsPath:[\\s]*\")[^\"]*",
|
||||||
|
"(DevAutoCreateAdminPassword:[\\s]*\")[^\"]*",
|
||||||
|
"(DevAutoLoginUsername:[\\s]*\")[^\"]*",
|
||||||
|
|
||||||
// UI appConfig
|
// UI appConfig
|
||||||
"(subsonicToken:)[\\w]+(\\s)",
|
"(subsonicToken:)[\\w]+(\\s)",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue