mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-25 02:56:25 +08:00
19 lines
177 B
Plaintext
19 lines
177 B
Plaintext
{
|
|
log {
|
|
output file foo.log
|
|
}
|
|
}
|
|
----------
|
|
{
|
|
"logging": {
|
|
"logs": {
|
|
"default": {
|
|
"writer": {
|
|
"filename": "foo.log",
|
|
"output": "file"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|