status-go/_assets/scripts
Igor Sirotin e2846f3936
chore_: exclude cmd from test coverage (#5427)
2024-06-26 17:16:16 +02:00
..
README.md chore_: Add script for extracting logs 2024-06-24 11:56:57 +01:00
canary_test_mailservers.sh fix: drop unnecessary wrappers, fix shebangs 2023-11-07 18:02:06 +01:00
colors.sh ci: hide `go test` output to the file on CI 2023-09-13 10:53:38 +02:00
commit_check.sh fix_: ignore description in commit check 2024-04-10 12:04:55 +01:00
extract_logs.go chore_: Add script for extracting logs 2024-06-24 11:56:57 +01:00
gen_config.sh feat: allow passing variables to docker-compose and fix var name (#2821) 2022-09-15 15:41:00 -04:00
get_enode.sh get_enode.sh: --retry-connrefused instead --retry-all-errors 2021-08-30 14:24:29 +02:00
migration_check.sh Extend migration check 2024-03-06 23:37:06 +00:00
rpc.sh rcp.sh: curl wrapper for easier RPC calls 2021-08-24 11:23:25 +02:00
run_unit_tests.sh chore_: exclude cmd from test coverage (#5427) 2024-06-26 17:16:16 +02:00
tag_version.sh fix_: make sure tag version works if no args are passed 2024-04-10 12:18:30 +01:00
test-with-coverage.sh fix_: include coverage from all packages (#5390) 2024-06-20 21:35:35 +01:00
test_stats.py chore: run nightly tests one by one 2024-02-28 22:00:26 +01:00
update-fleet-config.sh chore(all)_: remove obsolete eth.staging fleet 2024-05-17 20:21:00 +02:00

README.md

Scripts

extract_logs.go

This script analyzes geth.log files in a specific format and extracts information related to "sent-message" actions. It then prints relevant details such as timestamp, recipients, message ID, message type, and hashes to the console.

Usage

go run extract_logs.go <filename>

It will output in tab separated values (TSV)