More log redaction
This commit is contained in:
@@ -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)",
|
||||||
|
|||||||
Reference in New Issue
Block a user