Browse Source

chore: simplify log config (#887)

* chore: simplify log config

* review
Kévin Dunglas 8 months ago
parent
commit
153e7d6686
1 changed files with 2 additions and 4 deletions
  1. 2 4
      caddy/frankenphp/Caddyfile

+ 2 - 4
caddy/frankenphp/Caddyfile

@@ -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
 	#		}
 	#	}
 	#}