Skip to content

Commit

Permalink
xlog: fixed KV level
Browse files Browse the repository at this point in the history
  • Loading branch information
dissoupov committed Jul 27, 2021
1 parent 410ea84 commit 613a470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xlog/packagelogger.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func (p *PackageLogger) Info(entries ...interface{}) {

// KV prints key=value pairs
func (p *PackageLogger) KV(l LogLevel, entries ...interface{}) {
p.internalLog(kv, calldepth, INFO, entries...)
p.internalLog(kv, calldepth, l, entries...)
}

// Debug Functions
Expand Down

0 comments on commit 613a470

Please sign in to comment.