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
Is your feature request related to a problem? Please describe.
The current logging implementation in the repository lacks detailed examples and consistency in using the elizaLogger construct, which can lead to challenges in debugging and understanding the flow of information.
Describe the solution you'd like
Integrate the elizaLogger construct consistently across the codebase, particularly in the /packages/plugin-coinbase/src/plugins and /agents/src paths. Extend existing logging examples to provide more comprehensive insights into logging best practices.
Describe alternatives you've considered
Continuing with the current ad-hoc logging setup.
Using a different logging framework.
Additional context
Consider the existing examples in the codebase and extend them to include more detailed logging scenarios. This will help in maintaining uniformity and improve the debugging process.
Please refer to files in /packages/plugin-coinbase and /agents/src for existing examples.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The current logging implementation in the repository lacks detailed examples and consistency in using the
elizaLogger
construct, which can lead to challenges in debugging and understanding the flow of information.Describe the solution you'd like
Integrate the
elizaLogger
construct consistently across the codebase, particularly in the/packages/plugin-coinbase/src/plugins
and/agents/src
paths. Extend existing logging examples to provide more comprehensive insights into logging best practices.Describe alternatives you've considered
Additional context
Consider the existing examples in the codebase and extend them to include more detailed logging scenarios. This will help in maintaining uniformity and improve the debugging process.
Please refer to files in
/packages/plugin-coinbase
and/agents/src
for existing examples.The text was updated successfully, but these errors were encountered: