mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 14:03:02 +00:00
Merge pull request #2526 from minrk/debug-entrypoints
demote entrypoint-loading warning to debug-level
This commit is contained in:
@@ -277,7 +277,7 @@ class JupyterHub(Application):
|
||||
try:
|
||||
cls = entry_point.load()
|
||||
except Exception as e:
|
||||
self.log.warning(
|
||||
self.log.debug(
|
||||
"Failed to load %s entrypoint %r: %r",
|
||||
trait.entry_point_group,
|
||||
key,
|
||||
|
Reference in New Issue
Block a user