Skip to content

Commit

Permalink
print config pubsub
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek.upadhyay authored and abhishek.upadhyay committed May 28, 2020
1 parent 8b8b1ed commit 1f979bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beater/pubsubbeat.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func New(b *beat.Beat, cfg *common.Config) (beat.Beater, error) {
if err != nil {
return nil, err
}

logp.Info("Config fields: %+v", config)
bt := &Pubsubbeat{
done: make(chan struct{}),
config: config,
Expand Down

0 comments on commit 1f979bb

Please sign in to comment.