mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23:00 +00:00
relay --log-level debug to proxy
This commit is contained in:
@@ -268,8 +268,9 @@ class JupyterHubApp(Application):
|
||||
'--api-ip', self.proxy.api_server.ip,
|
||||
'--api-port', str(self.proxy.api_server.port),
|
||||
'--default-target', self.hub.server.host,
|
||||
'--log-level=debug',
|
||||
]
|
||||
if self.log_level == logging.DEBUG:
|
||||
cmd.extend(['--log-level', 'debug'])
|
||||
if self.ssl_key:
|
||||
cmd.extend(['--ssl-key', self.ssl_key])
|
||||
if self.ssl_cert:
|
||||
|
Reference in New Issue
Block a user