Skip to content
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

Enhance Logging in /packages/plugin-coinbase/src/plugins Using elizaLogger #1192

Closed
monilpat opened this issue Dec 18, 2024 · 0 comments
Closed
Labels
enhancement New feature or request

Comments

@monilpat
Copy link
Collaborator


name: Feature request
about: Suggest an idea for this project
title: ""
labels: "enhancement"
assignees: ""

Is your feature request related to a problem? Please describe.

Currently, the logging mechanism in /packages/plugin-coinbase/src/plugins lacks detailed output, making it difficult to trace issues and monitor performance effectively.

Describe the solution you'd like

Integrate the elizaLogger construct to provide more comprehensive logging throughout the codebase. This would involve:

  • Adding entry and exit logs for key functions.
  • Including detailed error logging with stack traces.
  • Logging significant state changes and data processing steps.

Describe alternatives you've considered

Considered using a third-party logging library, but elizaLogger offers a more integrated solution with existing infrastructure.

Additional context

Utilize existing examples of elizaLogger usage in other parts of the codebase as a reference. Extend these examples to cover more complex scenarios within the /packages/plugin-coinbase/src/plugins path.

@monilpat monilpat added the enhancement New feature or request label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant