We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c093066 commit 39cdfdfCopy full SHA for 39cdfdf
vre-singleuser-rucio-jlab-dev-download-mode/configure-vre.py
@@ -76,6 +76,7 @@ def write_jupyterlab_config():
76
'instances': [escape_config, atlas_config],
77
"default_instance": os.getenv('RUCIO_DEFAULT_INSTANCE', escape_config['name']),
78
"default_auth_type": os.getenv('RUCIO_DEFAULT_AUTH_TYPE', 'oidc'),
79
+ "log_level": "debug",
80
}
81
82
config_file = open(file_path, 'w')
0 commit comments