diff --git a/http_logs.go b/http_logs.go index dac0814..dad4fce 100644 --- a/http_logs.go +++ b/http_logs.go @@ -40,7 +40,7 @@ func (l *Logger) LogHTTPRequest(req *http.Request, userID string) string { return b.String() } -const splitLine = "==============================================================" +const splitLine = "##############################################################" // LogHTTPResponse ... func (l *Logger) LogHTTPResponse(status int, duration time.Duration, size int) string {