You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From:
```
2023-12-22T12:32:53.016911160+00:00 [torrust_tracker::servers::udp::server][INFO] Received 109 bytes
2023-12-22T12:32:53.016953899+00:00 [torrust_tracker::servers::udp::server][INFO] Sending 43 bytes ...
2023-12-22T12:32:53.017038257+00:00 [torrust_tracker::servers::udp::server][INFO] 43 bytes sent
```
To:
```
2023-12-22T12:35:51.320114322+00:00 [UDP][INFO] "CONNECT TxID 1583189312"
2023-12-22T12:35:51.345003905+00:00 [UDP][INFO] "ANNOUNCE TxID 1583189313 IH 443c7602b4fde83d1154d6d9da48808418b181b6"
2023-12-22T12:35:51.320114322+00:00 [SCRAPE][INFO] "CONNECT TxID 1583189312"
````
- The target is more generic "UDP" and it will be always the same even
if we rearrange the packages.
- The info is more usueful. It includes the request type, the
transaction ID to identify client, and the info-hash. That would allow
to extract statistics from the logs.
NOTE:
In the long-term maybe this should be configurable.
0 commit comments