status-go/_assets/scripts
Igor Sirotin 28e7a364c7
chore(test_stats)_: better stats, print skipped tests (#5781)
* chore(test_stats)_: better stats, list skipped tests

* chore_: add skip reasons to some tests
2024-08-29 21:09:26 +01: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_: separate commit message check (#5773) 2024-08-27 22:42:06 +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_: run tests concurrently (#5731) 2024-08-26 10:03:26 +01:00
tag_version.sh chore_: change patch version to 0 when incrementing minor (#5719) 2024-08-15 18:36:52 +01:00
test-with-coverage.sh chore_: run tests concurrently (#5731) 2024-08-26 10:03:26 +01:00
test_stats.py chore(test_stats)_: better stats, print skipped tests (#5781) 2024-08-29 21:09:26 +01:00
update-fleet-config.sh chore_: remove `status.test` fleet (#5702) 2024-08-16 14:26:35 -04:00
version.sh fix_: pass proper version to params (#5735) 2024-08-19 16:47:11 +01: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)