Skip to content

Commit

Permalink
Update internal/trace/context.go
Browse files Browse the repository at this point in the history
Signed-off-by: Terry Howe <[email protected]>
  • Loading branch information
TerryHowe authored and qweeah committed Mar 21, 2023
1 parent fa5fe48 commit c8f86c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/trace/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const loggerKey contextKey = iota

// NewLogger returns a logger.
func NewLogger(debug bool, verbose bool) (context.Context, logrus.FieldLogger) {

var logLevel logrus.Level
if debug {
logLevel = logrus.DebugLevel
Expand Down

0 comments on commit c8f86c4

Please sign in to comment.