We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6501e9e commit b218215Copy full SHA for b218215
pylsp/config/config.py
@@ -71,7 +71,7 @@ def __init__(self, root_uri, init_opts, process_id, capabilities):
71
try:
72
entry_point.load()
73
except Exception as e: # pylint: disable=broad-except
74
- log.warning("Failed to load %s entry point '%s': %s", PYLSP, entry_point.name, e)
+ log.info("Failed to load %s entry point '%s': %s", PYLSP, entry_point.name, e)
75
self._pm.set_blocked(entry_point.name)
76
77
# Load the entry points into pluggy, having blocked any failing ones
0 commit comments