mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 14:33:00 +00:00
always pass JUPYTERHUB_SERVICE_URL
- default Spawner.ip is 127.0.0.1, matching earlier behavior when unspecified - default Spawner.port is random (dynamic default instead of 0
This commit is contained in:
@@ -402,7 +402,7 @@ class SingleUserNotebookAppMixin(Configurable):
|
||||
return value
|
||||
|
||||
@default('log_level')
|
||||
def _log_level_defaul(self):
|
||||
def _log_level_default(self):
|
||||
if _bool_env("JUPYTERHUB_DEBUG"):
|
||||
return logging.DEBUG
|
||||
else:
|
||||
|
Reference in New Issue
Block a user