chore: simplify log config (#887)

* chore: simplify log config

* review
This commit is contained in:
Kévin Dunglas 2024-06-25 23:13:57 +02:00 committed by GitHub
parent a313f3a809
commit 153e7d6686
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,10 +13,8 @@
#log {
# # Redact the authorization query parameter that can be set by Mercure
# format filter {
# fields {
# request>uri query {
# replace authorization REDACTED
# }
# request>uri query {
# replace authorization REDACTED
# }
# }
#}