more debug
This commit is contained in:
parent
e8d6904399
commit
a6a0bb3af8
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/antonmedv/expr"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
"github.com/mohae/deepcopy"
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
@ -356,6 +357,7 @@ func PourItemToHolders(parsed types.Event, holders []BucketFactory, buckets *Buc
|
|||
orderEvent[buckey].Add(1)
|
||||
}
|
||||
|
||||
fmt.Printf("Pouring: %s", spew.Sdump(parsed.Line.Raw))
|
||||
ok, err := PourItemToBucket(bucket, holders[idx], buckets, &parsed)
|
||||
|
||||
if bucket.orderEvent {
|
||||
|
|
Loading…
Add table
Reference in a new issue