palantir / python-language-server

An implementation of the Language Server Protocol for Python
MIT License
2.6k stars 282 forks source link

Allow info level logs #878

Closed benjaminramsden closed 3 years ago

benjaminramsden commented 3 years ago

Currently all logs, whether error or warning, go straight to warning.

It makes sense that pep8 errors are only warnings, but for any other type of message (and depending on the plugins users might use) there's no reason these need to be fixed to warning level - these could be purely informational.