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

feat: refine Logger implementation #2187

Open
weboko opened this issue Oct 16, 2024 · 0 comments
Open

feat: refine Logger implementation #2187

weboko opened this issue Oct 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@weboko
Copy link
Collaborator

weboko commented Oct 16, 2024

Statement

Currently we have following format: waku:info:stream-manager:/vac/waku/metadata/1.0.0
It is limiting as:

  • we already can filter level of log by using UI of dev tools;
  • our interest is a feature scope and it is not possible to narrow down logs by configuring localStorage for now;

Proposal

Change implementation so that it is of following pattern: <app-name>:<feature>:<log-level>: method name / local feature: informational message.

@weboko weboko added the enhancement New feature or request label Oct 16, 2024
@weboko weboko added this to Waku Oct 16, 2024
@weboko weboko moved this to To Do in Waku Oct 16, 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
Status: To Do
Development

No branches or pull requests

1 participant