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
Log standardization is a recurring issue on past node versions. In order to avoid that and to make the node logs concise and self-explainable, we should make our best effort for standardizing the node logs moving forward.
We should gather clients requirements (e.g., sunodo) an make sure to either do not break backward compatibility or document the changes properly.
📚 Context
Log standardization is a recurring issue on past node versions. In order to avoid that and to make the node logs concise and self-explainable, we should make our best effort for standardizing the node logs moving forward.
We should gather clients requirements (e.g., sunodo) an make sure to either do not break backward compatibility or document the changes properly.
✔️ Solution
Evaluate options and implement a standard for logging.
Here's a very nice writeup: https://betterstack.com/community/guides/logging/logging-in-go/
Some steps already made in the code base that could be leveraged/adjusted:
📈 Subtasks
The text was updated successfully, but these errors were encountered: