Skip to content

Commit

Permalink
Update logger.go
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed Jun 27, 2022
1 parent 8e98081 commit f3abb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,5 @@ func makeLogInstance(ctx context.Context, p Params) {
}
}

WithField(ctx, "levels", strings.Join(levels, " ")).Info("logging enabled")
WithField(ctx, "levels", strings.Join(levels, " ")).Debug("logging enabled")
}

0 comments on commit f3abb0a

Please sign in to comment.