Skip to content

Commit

Permalink
Mqtt: remove log struct
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Oct 28, 2023
1 parent 477a922 commit ebeb7f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ var (
log = util.NewLogger("main")
cfgFile string

ignoreEmpty = "" // ignore empty keys
ignoreLogs = []string{"log"} // ignore log messages, including warn/error
ignoreMqtt = []string{"auth", "releaseNotes"} // excessive size may crash certain brokers
ignoreEmpty = "" // ignore empty keys
ignoreLogs = []string{"log"} // ignore log messages, including warn/error
ignoreMqtt = []string{"log", "auth", "releaseNotes"} // excessive size may crash certain brokers
)

// rootCmd represents the base command when called without any subcommands
Expand Down

0 comments on commit ebeb7f2

Please sign in to comment.