From 58c5ad2e2f314fd8770598e22273eba858917d1e Mon Sep 17 00:00:00 2001 From: Alex Unger <6905948+refs@users.noreply.github.com> Date: Mon, 8 Mar 2021 13:54:39 +0100 Subject: [PATCH] increase logging to debug on CI --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 2adf687fb..5233f4fb1 100644 --- a/.drone.star +++ b/.drone.star @@ -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', }