Last active
December 5, 2022 22:47
-
-
Save conorsch/b9ba5da6bfb8d9f6607989cf7e7c1818 to your computer and use it in GitHub Desktop.
pd logs from testnet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@testnet2:~# docker logs 9ca2f2534fea | grep WARN | |
2022-12-05T22:43:55.208874Z WARN unexpected content-length found, canceling | |
root@testnet2:~# docker logs 9ca2f2534fea | tail | |
2022-12-05T22:41:30.866346Z DEBUG grpc{remote_addr=149.102.146.79:40176}:compact_block_range{start_height=388 end_height=0 keep_alive=true}: finished request, client requested keep-alive, continuing to stream blocks cur_height=700 | |
2022-12-05T22:41:38.891292Z DEBUG grpc{remote_addr=216.243.44.102:63613}:compact_block_range{start_height=388 end_height=0 keep_alive=true}: catching up from start height to current end height end_height=700 | |
2022-12-05T22:41:38.895547Z DEBUG grpc{remote_addr=216.243.44.102:63613}:compact_block_range{start_height=388 end_height=0 keep_alive=true}: finished request, client requested keep-alive, continuing to stream blocks cur_height=700 | |
2022-12-05T22:41:47.677073Z DEBUG grpc{remote_addr=216.243.44.102:63615}:compact_block_range{start_height=388 end_height=0 keep_alive=true}: catching up from start height to current end height end_height=700 | |
2022-12-05T22:41:47.681287Z DEBUG grpc{remote_addr=216.243.44.102:63615}:compact_block_range{start_height=388 end_height=0 keep_alive=true}: finished request, client requested keep-alive, continuing to stream blocks cur_height=700 | |
2022-12-05T22:43:55.208874Z WARN unexpected content-length found, canceling | |
2022-12-05T22:45:52.504378Z DEBUG grpc{remote_addr=168.119.229.69:35936}:compact_block_range{start_height=0 end_height=0 keep_alive=true}: catching up from start height to current end height end_height=700 | |
2022-12-05T22:45:52.517850Z DEBUG grpc{remote_addr=168.119.229.69:35936}:compact_block_range{start_height=0 end_height=0 keep_alive=true}: finished request, client requested keep-alive, continuing to stream blocks cur_height=700 | |
2022-12-05T22:46:08.080503Z DEBUG grpc{remote_addr=168.119.229.69:58616}:compact_block_range{start_height=388 end_height=0 keep_alive=true}: catching up from start height to current end height end_height=700 | |
2022-12-05T22:46:08.084962Z DEBUG grpc{remote_addr=168.119.229.69:58616}:compact_block_range{start_height=388 end_height=0 keep_alive=true}: finished request, client requested keep-alive, continuing to stream blocks cur_height=700 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment