Commit 31ebd1bdef059442b548ee6a5353887193659559

Authored by Marko Tikvić
1 parent 901a92955a
Exists in master

replaces log separator '=' with '#'

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -40,7 +40,7 @@ func (l *Logger) LogHTTPRequest(req *http.Request, userID string) string {
40 40 return b.String()
41 41 }
42 42  
43   -const splitLine = "=============================================================="
  43 +const splitLine = "##############################################################"
44 44  
45 45 // LogHTTPResponse ...
46 46 func (l *Logger) LogHTTPResponse(status int, duration time.Duration, size int) string {
... ...