Skip to content

Commit

Permalink
Merge pull request #8 from onlyLeoll/master
Browse files Browse the repository at this point in the history
add log debugf impl for badger
  • Loading branch information
didil committed Feb 25, 2019
2 parents bec29ad + 0a46189 commit cfdf773
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/blero/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ func (l *badgerLogger) Warningf(format string, a ...interface{}) {
fmt.Fprintf(os.Stderr, format, a...)
}

func (l *badgerLogger) Debugf(format string, a ...interface{}) {
// Leave blank for the time being,
// track it in the future.
}

// start Queue
func (q *queue) start() error {
// validate opts
Expand Down

0 comments on commit cfdf773

Please sign in to comment.