Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]-Add default (override-able) timer for debug level > 0 #55

Open
ndorin opened this issue Sep 14, 2020 · 0 comments
Open

[FEATURE]-Add default (override-able) timer for debug level > 0 #55

ndorin opened this issue Sep 14, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request planning

Comments

@ndorin
Copy link
Contributor

ndorin commented Sep 14, 2020

Is your feature request related to a problem? Please describe.
Currently, setting the app debug level to > 0 is persistent. This can cause extra overhead on the processor CPU if the program is constantly printing messages to console when a developer forgets to turn debug level back to 0

Describe the solution you'd like
Add a timer (default to something like 60 min) whenever the debug level is changed that resets the debug level to 0 on expiry.
In Essentials, we'll have to update the appdebug console command to take an optional parameter for the number of minutes to override the default

@ndorin ndorin added the enhancement New feature or request label Sep 14, 2020
@ndorin ndorin self-assigned this Sep 14, 2020
@andrew-welker andrew-welker added this to the 1.1.0 milestone Sep 16, 2020
@andrew-welker andrew-welker removed this from the 1.1.0 milestone Sep 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request planning
Projects
None yet
Development

No branches or pull requests

3 participants