mistercrunch opened a new pull request, #28134:
URL: https://github.com/apache/superset/pull/28134
### Summary
Currently there's some irrelevant DEBUG-level type logging happening
when using the CLI, here I'm doing the following things:
- setting the default logging level to INFO, which is the normal/sane
default usually used in software
- downgrading unimportant messages in the console from INFO to DEBUG
- adding a dash of color on the title (bolded-white) and config loading INFO
(cyan)
- turning off load limiter when not in a `production` environment (added
a note to `UPDATING.md` for that)
# Screenshots
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]