increase logging to debug on CI

This commit is contained in:
Alex Unger
2021-03-08 13:54:39 +01:00
committed by GitHub
parent 8b29f096e8
commit 58c5ad2e2f
+1 -1
View File
@@ -1349,7 +1349,7 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes=[]):
'WEB_UI_CONFIG': '/drone/src/tests/config/drone/ocis-config.json',
'IDP_IDENTIFIER_REGISTRATION_CONF': '/drone/src/tests/config/drone/identifier-registration.yml',
'IDP_TLS': 'true',
'OCIS_LOG_LEVEL': 'info',
'OCIS_LOG_LEVEL': 'debug',
'OCIS_LOG_PRETTY': 'true',
}