rollmint icon indicating copy to clipboard operation
rollmint copied to clipboard

messy log output

Open Eoous opened this issue 6 months ago • 0 comments

Version of Git SHA

723c7c4384a7a9383e84d07bc8121101e3ba172f

System OS

Windows

Installed tools

No response

Others

No response

Steps to reproduce it

just run command rollkit start

Expected result

normal log output

Actual result

messy log output

Relevant log output

I[2024-07-27|18:59:29.142] Found private validator                      module=main keyFile=\.rollkit\config\priv_validator_key.json stateFile=\.rollkit\data\priv_validator_state.json
I[2024-07-27|18:59:29.150] Found node key                               module=main path=\.rollkit\config\node_key.json
I[2024-07-27|18:59:29.154] Found genesis file                           module=main path=\.rollkit\config\genesis.json
I[2024-07-27|18:59:29.169] service start                                module=proxy msg="Starting multiAppConn service" impl=multiAppConn
I[2024-07-27|18:59:29.174] service start                                module=abci-client connection=query msg="Starting localClient service" impl=localClient
I[2024-07-27|18:59:29.180] service start                                module=abci-client connection=snapshot msg="Starting localClient service" impl=localClient
I[2024-07-27|18:59:29.186] service start                                module=abci-client connection=mempool msg="Starting localClient service" impl=localClient
I[2024-07-27|18:59:29.193] service start                                module=abci-client connection=consensus msg="Starting localClient service" impl=localClient
I[2024-07-27|18:59:29.199] service start                                module=events msg="Starting EventBus service" impl=EventBus
I[2024-07-27|18:59:29.204] service start                                module=pubsub msg="Starting PubSub service" impl=PubSub
I[2024-07-27|18:59:29.213] Using default mempool ttl                    module=BlockManager MempoolTTL=25
I[2024-07-27|18:59:29.218] service start                                module=txindex msg="Starting IndexerService service" impl=IndexerService
I[2024-07-27|18:59:29.224] service start                                module=main msg="Starting RPC service" impl=RPC
II[[22002244--0077--2277||1188::5599::2299..222299]]  sseerrvviicneg  sHtTaTrPt                                                                 mmoodduullee==mmaaiinn  mlsigs=t"eSntaadrdtriensgs =N1o2d7e. 0s.e0r.v1i:c2e6"6 5i7m
pl=Node
I[2024-07-27|18:59:29.236] starting P2P client                          module=main
I[2024-07-27|18:59:29.258] listening on                                 module=p2p address=/ip4/127.0.0.1/tcp/26656/p2p/12D3KooWSamMtTPPrzvVvETNd6cjBEhZ1PzKXfUjLncckp1cHf9h
I[2024-07-27|18:59:29.265] listening on                                 module=p2p address=/ip4/192.168.31.42/tcp/26656/p2p/12D3KooWSamMtTPPrzvVvETNd6cjBEhZ1PzKXfUjLncckp1cHf9h
I[2024-07-27|18:59:29.271] no seed nodes - only listening for connections module=p2p
I[2024-07-27|18:59:29.275] working in aggregator mode                   module=main blocktime=1s
I[2I0[2240-2047--0277-|2178|:1589::5299:.2297.92]7 9S]t aCrrteeadt innogd ea n d   p u b l i s h i n g   b l o c k                            m o dmuoldeu=lmea=iBnl o
ckManager height=20
I[2024-07-27|18:59:29.284] finalized block                              module=BlockManager height=20 num_txs_res=0 num_val_updates=0 block_app_hash=
I[2024-07-27|18:59:29.290] executed block                               module=BlockManager height=20 app_hash=
I[2024-07-27|18:59:29.294] indexed block events                         module=txindex height=20
I[2024-07-27|18:59:30.279] Creating and publishing block                module=BlockManager height=21
I[2024-07-27|18:59:30.283] finalized block                              module=BlockManager height=21 num_txs_res=0 num_val_updates=0 block_app_hash=
I[2024-07-27|18:59:30.289] executed block                               module=BlockManager height=21 app_hash=
I[2024-07-27|18:59:30.293] indexed block events                         module=txindex height=21
I[2024-07-27|18:59:31.280] Creating and publishing block                module=BlockManager height=22
I[2024-07-27|18:59:31.284] finalized block                              module=BlockManager height=22 num_txs_res=0 num_val_updates=0 block_app_hash=
I[2024-07-27|18:59:31.289] executed block                               module=BlockManager height=22 app_hash=
I[2024-07-27|18:59:31.294] indexed block events                         module=txindex height=22

Eoous avatar Jul 27 '24 11:07 Eoous