mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 23:13:00 +00:00
Merge pull request #3604 from yuvipanda/debug
Reduce logging verbosity of 'checking routes'
This commit is contained in:
@@ -341,10 +341,8 @@ class Proxy(LoggingConfigurable):
|
||||
if not routes:
|
||||
self.log.debug("Fetching routes to check")
|
||||
routes = await self.get_all_routes()
|
||||
# log info-level that we are starting the route-checking
|
||||
# this may help diagnose performance issues,
|
||||
# as we are about
|
||||
self.log.info("Checking routes")
|
||||
|
||||
self.log.debug("Checking routes")
|
||||
|
||||
user_routes = {path for path, r in routes.items() if 'user' in r['data']}
|
||||
futures = []
|
||||
|
Reference in New Issue
Block a user