pappasam / jedi-language-server

A Python language server exclusively for Jedi. If Jedi supports it well, this language server should too.
MIT License
596 stars 45 forks source link

Change logging level to avoid flooding terminal #188

Closed asteppke closed 2 years ago

asteppke commented 2 years ago

In JupyterLab the jedi-language-server floods the console with the default INFO logging level. This increase the default to WARN but still allows other levels using the verbose option.

This fixes https://github.com/pappasam/jedi-language-server/issues/186.

pappasam commented 2 years ago

:+1: thanks!