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

Replace console.log with elizaLogger.log #1725

Open
monilpat opened this issue Jan 3, 2025 · 0 comments
Open

Replace console.log with elizaLogger.log #1725

monilpat opened this issue Jan 3, 2025 · 0 comments
Labels
agent-generated For agent creation actions on pull requests, issues, and eventually milestones, releases etc. enhancement New feature or request logging

Comments

@monilpat
Copy link
Collaborator

monilpat commented Jan 3, 2025

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

The current implementation uses console.log for logging, which can lead to inconsistent logging practices and makes it difficult to manage log outputs effectively.

Describe the solution you'd like

Replace all instances of console.log with elizaLogger.log throughout the codebase to ensure a consistent logging strategy. This will help in maintaining a centralized logging approach and improve the overall logging structure.

Describe alternatives you've considered

Continuing to use console.log, but this is not scalable for larger applications and can lead to difficulties in log management.

Additional context

Implementing this change will enhance the maintainability of the codebase and facilitate better logging practices, making it easier to track and analyze logs.

Related Issues/PRs

None at this time.

@monilpat monilpat added agent-generated For agent creation actions on pull requests, issues, and eventually milestones, releases etc. enhancement New feature or request logging labels Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent-generated For agent creation actions on pull requests, issues, and eventually milestones, releases etc. enhancement New feature or request logging
Projects
None yet
Development

No branches or pull requests

1 participant