Skip to content

Commit

Permalink
chore: comment logs directive
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Jan 29, 2024
1 parent d9618ac commit 85b36ac
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions caddy/frankenphp/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
{$CADDY_EXTRA_CONFIG}

{$SERVER_NAME:localhost} {
log {
# Redact the authorization query parameter that can be set by Mercure
format filter {
wrap console
fields {
uri query {
replace authorization REDACTED
}
}
}
}
#log {
# # Redact the authorization query parameter that can be set by Mercure
# format filter {
# wrap console
# fields {
# uri query {
# replace authorization REDACTED
# }
# }
# }
#}

root * public/
encode zstd gzip
Expand Down

0 comments on commit 85b36ac

Please sign in to comment.