debug-log-analyzer icon indicating copy to clipboard operation
debug-log-analyzer copied to clipboard

feat: log level filtering

Open lcottercertinia opened this issue 3 years ago • 1 comments

Is your feature request related to a problem?

Filtering Log level filtering I want to be able to show / hide events based on the level they occur at. This should work across all tabs.

e.g CONSTRUCTOR_ENTRY on occurs at a log level of FINE. If I filter to DEBUG on apex I should not see CONSTRUCTOR_ENTRY on the timeline.

filter on type I would also like to be able to filter based on the log event type

e.g Show only events of type Apex Code or DB or show both Apex Code and DB only etc.

Describe the solution you'd like

We could possibly use the log level info at the top and change them into pickers to edit the log levels shown.

event type filter works on the calltree but not any other views

lcottercertinia avatar Feb 08 '22 17:02 lcottercertinia

We have had an upvote for namespace grouping

"Separate out database results by namespace. Since SOQL and DML has its own limits for certified managed packages, it's useful to see how this is split. "

lcottercertinia avatar Sep 30 '22 10:09 lcottercertinia