1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-25 05:40:18 +00:00

Merge pull request #2976 from szyhf/develop

Fix #2975
This commit is contained in:
astaxie
2017-12-19 23:34:17 +08:00
committed by GitHub

View File

@ -22,7 +22,7 @@ import (
)
const (
apacheFormatPattern = "%s - - [%s] \"%s %d %d\" %f %s %s\n"
apacheFormatPattern = "%s - - [%s] \"%s %d %d\" %f %s %s"
apacheFormat = "APACHE_FORMAT"
jsonFormat = "JSON_FORMAT"
)