Skip to content

Commit 39cdfdf

Browse files
committed
hotfix: add debug mode
1 parent c093066 commit 39cdfdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vre-singleuser-rucio-jlab-dev-download-mode/configure-vre.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def write_jupyterlab_config():
7676
'instances': [escape_config, atlas_config],
7777
"default_instance": os.getenv('RUCIO_DEFAULT_INSTANCE', escape_config['name']),
7878
"default_auth_type": os.getenv('RUCIO_DEFAULT_AUTH_TYPE', 'oidc'),
79+
"log_level": "debug",
7980
}
8081

8182
config_file = open(file_path, 'w')

0 commit comments

Comments
 (0)