github.com/gogf/gf@v1.16.9/.example/net/ghttp/server/log/config.toml (about)

     1  [server]
     2      LogPath          = "/tmp/gflog/server"
     3      LogStdout        = true
     4      ErrorLogEnabled  = true
     5      ErrorLogPattern  = "error.log"
     6      AccessLogEnabled = true
     7      AccessLogPattern = "access.log"