1
0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-03-14 01:28:50 +01:00
caddy/caddytest/integration/caddyfile_adapt/global_options_log_sampling.caddyfiletest

23 lines
230 B
Text
Raw Normal View History

{
log {
sampling {
interval 300
first 50
thereafter 40
}
}
}
----------
{
"logging": {
"logs": {
"default": {
"sampling": {
"interval": 300,
"first": 50,
"thereafter": 40
}
}
}
}
}