Closed selasley closed 2 years ago
Yup, it looks like pygls logs every step with INFO
and the default logging level in jedi-language-server is INFO
:
Should we switch to WARNING
by default and allow to bump to either INFO
or DEBUG
with verbose?
Or maybe we need to add --quiet
flag? In any case it would be useful if verbosity level could be further tuned beyond info/debug (because of how much pygls is spamming on the info level).
Thanks for looking into this. I can confirm with the log level
set to WARN
in cli.py
no flood of messages appear in the Jupyter terminal window anymore.
The terminal window that starts JupyterLab is flooded with INFO.pygls messages. Michał Krassowski from jupyterlab-lsp thinks this may be an issue with the jedi language server. See
Log level for jupyterlab-lsp <-> pygls setting? #715
python 3.10.1 running under macOS 11.6.2 relevant packages installed:
Thanks for any help you can provide