You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 5 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.
Is your feature or enhancement request related to a problem or limitation? Please describe
It's possible that someone (in CI for example) may not want to keep logs around and only see the warnings being printed by the script itself
Describe your enhancement idea
Add the ability to turn off logging but keep interactive warnings and errors
Describe alternatives you've considered
Set root logger to something greater than
logging.Fatal
(e.g.> 100
)Not ideal
Provide any additional context
N/A
The text was updated successfully, but these errors were encountered: