From bdff8b84f8f7ec99b6adde45132130052585daeb Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Fri, 5 Mar 2021 16:13:49 +0100 Subject: [PATCH] tweak drone star --- .drone.star | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index c888a2ce78..7fc52fc995 100644 --- a/.drone.star +++ b/.drone.star @@ -1349,7 +1349,8 @@ 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': 'warn', + 'OCIS_LOG_LEVEL': 'info', + 'OCIS_LOG_PRETTY': 'true',a } # Pass in "default" accounts_hash_difficulty to not set this environment variable.