-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elizalogger.error don't show some error descriptions. #1703
Comments
We can check the elizaLogger
|
console.error() shows the error, the problem is with Elizalogger where most of the repository use. |
ElizaLogger Test Results and Investigation (Issue #1703)Issue Investigation
Test ResultsTest Environment
Test Cases and Results
Key Findings
Recommendations
ConclusionThe ElizaLogger implementation is functioning correctly and provides comprehensive error logging capabilities. The reported issue (#1703) appears to be related to incorrect usage rather than a defect in the logger itself. All test cases demonstrate proper error description display when the logger is used correctly. ResolutionIssue can be closed with:
|
…lizaOS#1703) - Add test cases to verify error message display - Confirm logger correctly handles all error scenarios - Demonstrate proper error logging patterns - No issues found with error descriptions when used correctly
Closing this now, already pushed a test file for the core. |
Describe the bug
Elizalogger don't show some error descriptions. Meanwhile console.error return all the errors.
To Reproduce
Try some error with console.error, and elizalogger.
Expected behavior
elizalogger will return empty descriptions, just indicating there is an error, console.error will return error descriptions.
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: