Skip to content

Commit

Permalink
fix: remove request started log
Browse files Browse the repository at this point in the history
  • Loading branch information
kangmingtay committed May 15, 2024
1 parent cd4d7eb commit de45b3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/observability/request-logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func (l *structuredLogger) NewLogEntry(r *http.Request) chimiddleware.LogEntry {
}

e.Entry = e.Entry.WithFields(logFields)
e.Entry.Info("request started")
return e
}

Expand Down

0 comments on commit de45b3f

Please sign in to comment.