Skip to content

Commit

Permalink
fix: build no log output after restarting eventlog (#1706)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangSetSail authored Jul 14, 2023
1 parent 1c2ef0b commit dd5e788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions event/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ func (m *manager) UpdateEndpoints(endpoints ...*config.Endpoint) {
eventServer = append(eventServer, k)
}
m.eventServer = eventServer
m.config.EventLogServers = eventServer
logrus.Debugf("update event handle core success,handle core count:%d, event server count:%d", len(m.handles), len(m.eventServer))
}

Expand Down

0 comments on commit dd5e788

Please sign in to comment.