Merge pull request #2526 from minrk/debug-entrypoints

demote entrypoint-loading warning to debug-level
This commit is contained in:
Min RK
2019-04-23 15:12:21 +02:00
committed by GitHub

View File

@@ -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,