mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15: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:
|
try:
|
||||||
cls = entry_point.load()
|
cls = entry_point.load()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.log.warning(
|
self.log.debug(
|
||||||
"Failed to load %s entrypoint %r: %r",
|
"Failed to load %s entrypoint %r: %r",
|
||||||
trait.entry_point_group,
|
trait.entry_point_group,
|
||||||
key,
|
key,
|
||||||
|
Reference in New Issue
Block a user