mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-23 14:52:50 +08:00
f137b82227
This filter is intended to be useful in scenarios where you may want to redact a value with a static string, giving you information that the field did previously exist and was present, but not revealing the value itself in the logs. This was inspired by work on adding more complete support for removing sensitive values from logs [1]. An example use case would be the Authorization header in request log output, for which the value should usually not be logged, but it may be quite useful for debugging to confirm that the header was present in the request. [1] https://github.com/caddyserver/caddy/issues/3958 |
||
---|---|---|
.. | ||
encoders.go | ||
filewriter.go | ||
filterencoder.go | ||
filters.go | ||
netwriter.go | ||
nopencoder.go |