Skip to content

Commit

Permalink
chore: init bool variable (#2319)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss authored Aug 22, 2023
1 parent 2f7c6aa commit 98bfa44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/poller/poller.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func (p *Poller) Init() error {
p.name = args.Poller

var fileLoggingEnabled bool
consoleLoggingEnabled := false
var consoleLoggingEnabled bool
zeroLogLevel := logging.GetZerologLevel(p.options.LogLevel)
// if we are daemon, use file logging
if p.options.Daemon {
Expand Down

0 comments on commit 98bfa44

Please sign in to comment.