mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-27 06:03:48 +03:00
23 lines
230 B
Text
23 lines
230 B
Text
|
{
|
||
|
log {
|
||
|
sampling {
|
||
|
interval 300
|
||
|
first 50
|
||
|
thereafter 40
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
----------
|
||
|
{
|
||
|
"logging": {
|
||
|
"logs": {
|
||
|
"default": {
|
||
|
"sampling": {
|
||
|
"interval": 300,
|
||
|
"first": 50,
|
||
|
"thereafter": 40
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|