increase logging

This commit is contained in:
A.Unger
2021-03-10 16:03:59 +01:00
parent 117829515b
commit b19e739137

View File

@@ -1348,7 +1348,8 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes=[]):
'PROXY_ENABLE_BASIC_AUTH': True,
'WEB_UI_CONFIG': '/drone/src/tests/config/drone/ocis-config.json',
'IDP_IDENTIFIER_REGISTRATION_CONF': '/drone/src/tests/config/drone/identifier-registration.yml',
'OCIS_LOG_LEVEL': 'warn',
'OCIS_LOG_LEVEL': 'info',
'OCIS_LOG_PRETTY': True,
}
# Pass in "default" accounts_hash_difficulty to not set this environment variable.