We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a17aa commit 8ac594bCopy full SHA for 8ac594b
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