Skip to content

Commit

Permalink
fix: nil logger
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Dec 11, 2024
1 parent bafc9e6 commit 5c353b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/heimdalld/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ which accepts a path for the resulting pprof file.

logger, err := SetupCtxLogger(logWriter, ctx.Config.LogLevel)
if err != nil {
logger.Error("Unable to setup logger", "err", err)
return err
}

Expand Down

0 comments on commit 5c353b1

Please sign in to comment.