1
0
mirror of https://github.com/astaxie/beego.git synced 2025-08-05 07:15:32 +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 ( const (
apacheFormatPattern = "%s - - [%s] \"%s %d %d\" %f %s %s\n" apacheFormatPattern = "%s - - [%s] \"%s %d %d\" %f %s %s"
apacheFormat = "APACHE_FORMAT" apacheFormat = "APACHE_FORMAT"
jsonFormat = "JSON_FORMAT" jsonFormat = "JSON_FORMAT"
) )