Salesforce Apex debug log analyzer for Visual Studio Code - Visualize code execution via a Flame chart and identify performance and SOQL/DML problems via Method and Database analysis
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
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
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