-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
feature ⚙️New feature or requestNew feature or requestgood first issue 🐤Good for newcomersGood for newcomers
Description
Our logging stack has sampling support, but it's currently only usable via JSON config. We never wired up Caddyfile config for it.
Line 307 in b285763
| Sampling *LogSampling `json:"sampling,omitempty"` |
We should add Caddyfile support. This should be easy, it should just be a new option added to the log directive called sampling added in this switch:
caddy/caddyconfig/httpcaddyfile/builtins.go
Line 1000 in b285763
| case "format": |
And it should take a block of options, i.e. interval, first and thereafter.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature ⚙️New feature or requestNew feature or requestgood first issue 🐤Good for newcomersGood for newcomers