mirror of
https://github.com/status-im/status-go.git
synced 2025-02-03 02:15:18 +00:00
c993c7f6f1
This commit: - updates both status docker container names to include short git sha locally and BUILD_ID on CI - updates cleanup command to filter by identifier which could be either git sha or BUILD_ID - updates the cleanup stage in `jenkins` file to remove docker container via this identifier This approach is more reliable in cleaning up docker containers and was tested by me on linux-05
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)