mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 10:27:26 +08:00
print worker filter on worker ipc server start
This commit is contained in:
parent
4df761de20
commit
9e1014dd34
@ -193,6 +193,7 @@ func (r *DataWorkerIPCServer) RespawnServer(filter []byte) error {
|
||||
"data worker listening",
|
||||
zap.String("address", r.listenAddrGRPC),
|
||||
zap.String("resolved", lis.Addr().String()),
|
||||
zap.ByteString("filter", filter),
|
||||
)
|
||||
if len(filter) != 0 {
|
||||
globalTimeReel, err := r.appConsensusEngineFactory.CreateGlobalTimeReel()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user