0cf556bdb9
* test_: add option to get file from status-backend container * feat_: automatically create dataDir and logsDir directories * test_: unskip and update TestInitializeLogging * fix_: parametrize test * ci_: use ms precision for func tests docker project_name to * chore_: rename to extract_data * fix_: linter * fix_: set timestamp in python as well |
||
---|---|---|
.. | ||
README.md | ||
codecov.sh | ||
colors.sh | ||
commit_check.sh | ||
extract_logs.go | ||
gen_config.sh | ||
get_enode.sh | ||
migration_check.sh | ||
parse_commits.sh | ||
rpc.sh | ||
run_functional_tests.sh | ||
run_unit_tests.sh | ||
tag_version.sh | ||
test-with-coverage.sh | ||
test_stats.py | ||
update-fleet-config.sh | ||
version.sh |
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)