Files
gf/.example/net/ghttp/server/log/config.toml

7 lines
206 B
TOML

[server]
LogPath = "/tmp/gflog/server"
LogStdout = true
ErrorLogEnabled = true
ErrorLogPattern = "error.log"
AccessLogEnabled = true
AccessLogPattern = "access.log"