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

Implement Centralized Logging System with Configurable Log Levels #61

Closed
Shourya742 opened this issue Oct 21, 2024 · 2 comments · Fixed by #65
Closed

Implement Centralized Logging System with Configurable Log Levels #61

Shourya742 opened this issue Oct 21, 2024 · 2 comments · Fixed by #65
Assignees
Milestone

Comments

@Shourya742
Copy link
Collaborator

Please refer to this comment: #60 (review).

Currently, the tool has scattered logging, where we are using println! for stdout in our proxies. We want to implement a tool-wide logger with the following levels: ERROR, DEBUG, INFO, and TRACE. This will allow users to select their preferred log level for better control over the tool's output.

@NonsoAmadi10
Copy link

Hi @Shourya742 is this just for the sv1 and sv2 proxies or is it everywhere in the codebase?

@Shourya742
Copy link
Collaborator Author

Just for sv1 and sv2 proxy

@GitGab19 GitGab19 added this to the 0.2.0 milestone Jan 2, 2025
@GitGab19 GitGab19 moved this from Todo 📝 to Ready For Review 🔍 in Benchmarking Tool Roadmap 🛣️ Jan 2, 2025
@github-project-automation github-project-automation bot moved this from Ready For Review 🔍 to Done ✅ in Benchmarking Tool Roadmap 🛣️ Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

3 participants