Skip to content

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

@TachyonicSpace

Description

@TachyonicSpace

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions