mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-09 05:13:59 +08:00
23 lines
230 B
Plaintext
23 lines
230 B
Plaintext
{
|
|
log {
|
|
sampling {
|
|
interval 300
|
|
first 50
|
|
thereafter 40
|
|
}
|
|
}
|
|
}
|
|
----------
|
|
{
|
|
"logging": {
|
|
"logs": {
|
|
"default": {
|
|
"sampling": {
|
|
"interval": 300,
|
|
"first": 50,
|
|
"thereafter": 40
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |