2
0
mirror of https://github.com/status-im/status-go.git synced 2025-02-25 13:16:15 +00:00
2024-06-24 11:56:57 +01:00

14 lines
366 B
Markdown

# 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
```bash
go run extract_logs.go <filename>
```
It will output in tab separated values (TSV)