-
Notifications
You must be signed in to change notification settings - Fork 21.3k
Description
Dear Geth Support Team,
I am working on a project that requires monitoring specific log entries related to rejected transactions in a Geth node. While analyzing the logs, I noticed that the hash values are truncated, and I am only able to retrieve a part of the hash (e.g., "e8cb6a..fc4198").
My current use case demands the full hash value for further processing and analysis. I have explored the available verbosity levels and other configurations but have not found a way to change the log format to include the complete hash values.
Here is an example log entry that I am working with:
TRACE[08-01|10:07:12.751] Possible uncle rejected hash=e8cb6a..fc4198 reason="ignore uncle for beacon block"
Could you please advise if there is an existing configuration option or method to include the full hash values in the log messages? If not, would it be possible to consider this as a feature request or provide guidance on how to achieve this requirement?
I appreciate your assistance and look forward to hearing from you. Please let me know if you need any additional information or context to assist with this inquiry.
Best regards,
Armen
[email protected]