Skip to content

Commit

Permalink
Log to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
federicotdn committed Dec 20, 2024
1 parent 1ca76ef commit 0280bae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/http/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func NewServer() *Server {

reqLogger := httplog.NewLogger("quickpizza", httplog.Options{
JSON: true,
Writer: os.Stderr,
LogLevel: logging.GetLogLevel(),
Concise: true,
RequestHeaders: false,
Expand Down

0 comments on commit 0280bae

Please sign in to comment.