status-go/_assets/scripts
Igor Sirotin d794e43347
feat_: functional tests coverage (#5805)
* feat_: functional tests coverage

* fix_: codecov yaml
2024-09-24 16:33: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
codecov.sh feat_: functional tests coverage (#5805) 2024-09-24 16:33:26 +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_: tag version script (#5823) 2024-09-11 09:54:44 +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
parse_commits.sh feat_: improve PR commit messages processing (#5835) 2024-09-18 23:33:48 +01:00
rpc.sh rcp.sh: curl wrapper for easier RPC calls 2021-08-24 11:23:25 +02:00
run_integration_tests.sh feat_: functional tests coverage (#5805) 2024-09-24 16:33:26 +01:00
run_unit_tests.sh feat_: functional tests coverage (#5805) 2024-09-24 16:33:26 +01:00
tag_version.sh feat_: improve PR commit messages processing (#5835) 2024-09-18 23:33:48 +01:00
test-with-coverage.sh fix_: nightly test runs (#5791) 2024-09-03 12:50:09 +01:00
test_stats.py fix_: nightly test runs (#5791) 2024-09-03 12:50:09 +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)