Fix expired Debug Log Preset

Issue #1751 resolved
Eric Alexander created an issue

When you open the log analyzer and set the Preset to “Full Debugging” and then come back after say a few hours the debug logs stop. You have to change it to <Select> and then back to full debugging to reset the ending time (I suspect).

Can we get a button to reset or better yet have it reset the time on open of the tool window if it has been longer than the timeout?

Comments (3)

  1. Scott Wells repo owner

    Fix committed for the next build. Turns out that IC was actually already trying to (re)create the log level/trace flag when no trace flag was present, but that didn't account for a present-but-expired trace flag. Now that state will also result in recreating the trace flag. This happens when the Log Analyzer tool window is first opened and when you click the Refresh toolbar button, and it happens when the Anonymous Apex tool window is first opened and when you create a new Anonymous Apex tab.

  2. Log in to comment