We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a139a3f commit 724bb94Copy full SHA for 724bb94
replication/binlogsyncer.go
@@ -170,7 +170,7 @@ func NewBinlogSyncer(cfg BinlogSyncerConfig) *BinlogSyncer {
170
// Clear the Password to avoid outputing it in log.
171
pass := cfg.Password
172
cfg.Password = ""
173
- cfg.Logger.Infof("create BinlogSyncer with config %v", cfg)
+ cfg.Logger.Infof("create BinlogSyncer with config %+v", cfg)
174
cfg.Password = pass
175
176
b := new(BinlogSyncer)
0 commit comments