Unverified Commit 84443b9c authored by Back Yu's avatar Back Yu Committed by GitHub

Fix #2975

修复AccessLog输出会多换一行的bug
parent 33be6803
......@@ -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"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment