Skip to content

Commit

Permalink
replication: Log info about server
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Oct 27, 2024
1 parent cadcdcc commit 2bf4a5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions replication/binlogsyncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,8 @@ func (b *BinlogSyncer) prepare() error {
return errors.Trace(err)
}

b.cfg.Logger.Infof("Connected to %s %s server", b.cfg.Flavor, b.c.GetServerVersion())

return nil
}

Expand Down

0 comments on commit 2bf4a5a

Please sign in to comment.