mirror of
https://gitee.com/johng/gf
synced 2026-07-01 19:31:23 +08:00
7 lines
206 B
TOML
7 lines
206 B
TOML
[server]
|
|
LogPath = "/tmp/gflog/server"
|
|
LogStdout = true
|
|
ErrorLogEnabled = true
|
|
ErrorLogPattern = "error.log"
|
|
AccessLogEnabled = true
|
|
AccessLogPattern = "access.log" |