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: Filter/reduce logs based on log level #530

Open
Tracked by #89
TachyonicSpace opened this issue Jul 20, 2024 · 1 comment
Open
Tracked by #89

feat: Filter/reduce logs based on log level #530

TachyonicSpace opened this issue Jul 20, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@TachyonicSpace
Copy link

Is your feature request related to a problem?

no

Describe the solution you'd like

allow users to select the debug log levels at the top of the analysis, and downgrade the analysis of the logs when doing that. for example, if i dont need the finest details for apex code, i could filter it down to info or some other level, and it would parse the file again, but ignore any logs that are not in that new level of detail.

ex. i dont need to see the individual flow decision elements, so i could move workflow down to info and just see when i enter a flow and how long the interview takes

Describe alternatives you've considered

the other options would be to capture a log of the same activity with different debug levels, or manually go and change the log to remove the more detailed features

@TachyonicSpace TachyonicSpace added enhancement New feature or request needs-triage labels Jul 20, 2024
@lcottercertinia lcottercertinia changed the title feat: Filter/reduce logs feat: Filter/reduce logs based on log level Jul 25, 2024
@lcottercertinia
Copy link
Collaborator

Thanks for the idea, it is a great one. I have related this issue to this one #89 where we have captured a similar idea.
It will be a couple of release before we can get to this I am afraid

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
None yet
Development

No branches or pull requests

2 participants