Skip to content

Commit

Permalink
fix pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneDutto committed Oct 23, 2024
1 parent 08c57f9 commit e12764e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/jimmsrv/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ func NewService(ctx context.Context, p Params) (*Service, error) {
if p.LogLevel == "debug" {
s.mux.Use(chimiddleware.RequestLogger(&logger.HTTPLogFormatter{}))
}
s.mux.Use(chimiddleware.Recoverer)

// Setup all dependency services

Expand Down
1 change: 1 addition & 0 deletions internal/logger/default_logger.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright 2024 Canonical.

package logger

import (
Expand Down
1 change: 1 addition & 0 deletions internal/logger/http_logger.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright 2024 Canonical.

package logger

import (
Expand Down

0 comments on commit e12764e

Please sign in to comment.