-
Notifications
You must be signed in to change notification settings - Fork 22
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
Cannot change log level #112
Comments
I believe this was taken care of by #153 |
Right. @drammock, what we found is that |
There's some prep work needed for that to actually help because the vast majority of noisy output comes upstream and can't be controlled with a logger. Some of the output comes for Another source of noisy output is unguarded print statements in If we actually want the log level to be configurable, this stuff needs to be changed upstream. |
Description
This extension generates more than 100 lines of build output in my terminal, which makes it harder to find other output that I'm more interested in (e.g. sphinx warnings). I want to set the log level somehow, but can't figure out how. I have placed a
jupyterlite_config.json
in the same directory asconf.py
and it's getting loaded:Here's the content of that file:
Inspired by this I also tried
but that gives a warning:
Any guidance on how to actually suppress the terminal output of LiteBuildApp?
Reproduce
Sorry this is a complicated reproducer, I haven't had time to boil it down:
nox
nox -s docs
LiteBuildApp
output in the terminal that is not getting suppressed.Expected behavior
the 100+ lines of output will be suppressed
Context
Browser: N/A, this is about terminal output during build
The text was updated successfully, but these errors were encountered: