-
Notifications
You must be signed in to change notification settings - Fork 9
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
Labels
Comments
Would like to implement this as follows:
|
Two other options, one simplifying, the other compleixfying:
|
6 tasks
Great that we got a feature in here. Which way did we end up going, for the record? |
The `xhActivityTrackingConfig` soft-config can be used to configure this
service, including
disabling it completely. Use the 'levels' property in this config to set
the minimal severity for
persisting any particular message. Entries in this list will be of the
following form, where
the first matching entry for a message will determine the currently active
severity to persist:
levels: [
[
username: ['*' or comma-delimited list of usernames],
category: ['*' or comma-delimited list of categories],
severity: 'DEBUG'|'INFO'|'WARN'
],
...
]
…On Wed, Jan 22, 2025 at 5:44 PM Anselm McClain ***@***.***> wrote:
Great that we got a feature in here. Which way did we end up going, for
the record?
—
Reply to this email directly, view it on GitHub
<#3906 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARTL2NOFZ3FCJBFVSICRYD2MANNXAVCNFSM6AAAAABVKJU35WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBYGQZDAMJXGQ>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: