-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Context
The primary logging library used is tracing has 5 log levels: trace, debug, info, warn, and error. To improve the experience for both operators and developers, it's important to use these levels consistently and meaningfully.
Proposal
error– Reserved for critical failures that indicate an operation could not be completed successfullywarnandinfo– Intended for operators. These levels should include only information relevant to running and monitoring the relayerdebugandtrace– Targeted at developers. These levels should provide detailed insights into relaying steps, helping with debugging and verification
Metadata
Metadata
Assignees
Labels
No labels