github.com/status-im/status-go@v1.1.0/_assets/scripts/README.md (about) 1 # Scripts 2 3 # extract_logs.go 4 5 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. 6 7 ## Usage 8 9 ```bash 10 go run extract_logs.go <filename> 11 ``` 12 13 It will output in tab separated values (TSV)