Configurable logging level presets

Issue #951 new
Eric Kintzer created an issue

The Debug Presets appear to be related to the offline Apex debugger. However, when I'm using anon Apex or unit test configs for a project X, I'd like to use my preferred list of log levels without having to reenter each time for each new project.

For example, I like to use (most of the time):

Apex: INFO Validation: None Workflow: None Database: Info Callout: None System: None Profile: None

and sometimes,

Apex: INFO Validation: None Workflow: INFO Database: Info Callout: None System: None Profile: None

It would be nice to be able to add to the list of presets that would apply across projects but I don't see where this can be done. The analogy is to setting debug levels in the Developer Console

Comments (4)

  1. Eric Kintzer reporter

    N.B. This feature would have avoided my frustration with this Q&A where I want to have specific customized preset log levels that meet my needs for noise avoidance in day-to-day debugging of unit tests 😀

  2. Log in to comment