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

Support tracking with different levels of severity #3906

Closed
lbwexler opened this issue Jan 16, 2025 · 4 comments · Fixed by #3909
Closed

Support tracking with different levels of severity #3906

lbwexler opened this issue Jan 16, 2025 · 4 comments · Fixed by #3909

Comments

@lbwexler
Copy link
Member

In particular, we have fine grained tracking messages that we would like to turn on when specific problems arise, but are considered too noisy. Would be helpful at a particular client with busy dashboard usage, and tracking of individual widget loads

@lbwexler
Copy link
Member Author

Would like to implement this as follows:

  • Use config to store the settings.
  • Record level overrides by list of categories (use * for all categories)
  • Available levels are "debug"/"info"/"warn"

@lbwexler
Copy link
Member Author

Two other options, one simplifying, the other compleixfying:

  • We just have "debug" severity always get logged only, and not saved in DB. No need for level configuration.
  • We lean in to the configuration, and also allow specifying levels per user (* for all users)

@lbwexler lbwexler linked a pull request Jan 21, 2025 that will close this issue
6 tasks
@amcclain
Copy link
Member

Great that we got a feature in here. Which way did we end up going, for the record?

@lbwexler
Copy link
Member Author

lbwexler commented Jan 22, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants