Skip to content

Commit

Permalink
Log hearbaet to false
Browse files Browse the repository at this point in the history
  • Loading branch information
svaroqui committed Jan 12, 2024
1 parent b28be46 commit 216cf29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/server_monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ func init() {
monitorCmd.Flags().BoolVar(&conf.LogConfigLoad, "log-config-load", true, "Log config decryption")
monitorCmd.Flags().BoolVar(&conf.LogHeartbeat, "log-heartbeat", false, "Log Heartbeat")
monitorCmd.Flags().IntVar(&conf.LogConfigLoadLevel, "log-config-load-level", 1, "Log Config Load Level")
monitorCmd.Flags().BoolVar(&conf.LogHeartbeat, "log-heartbeat", true, "Log Heartbeat")
monitorCmd.Flags().IntVar(&conf.LogHeartbeatLevel, "log-heartbeat-level", 1, "Log Hearbeat Level")
monitorCmd.Flags().BoolVar(&conf.LogFailedElection, "log-failed-election", true, "Log failed election")
monitorCmd.Flags().IntVar(&conf.LogFailedElectionLevel, "log-failed-election-level", 1, "Log failed election Level")
Expand Down

0 comments on commit 216cf29

Please sign in to comment.