1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-26 00:14:14 +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
commit 80aa47f605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
)