Skip to content

Commit 03f4d7c

Browse files
authored
replication: Log info about server (#935)
1 parent 661b04b commit 03f4d7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

replication/binlogsyncer.go

+2
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,8 @@ func (b *BinlogSyncer) prepare() error {
404404
return errors.Trace(err)
405405
}
406406

407+
b.cfg.Logger.Infof("Connected to %s %s server", b.cfg.Flavor, b.c.GetServerVersion())
408+
407409
return nil
408410
}
409411

0 commit comments

Comments
 (0)