diff --git a/.woodpecker.star b/.woodpecker.star index ec5a005f49..f29a3c4d28 100644 --- a/.woodpecker.star +++ b/.woodpecker.star @@ -2023,7 +2023,7 @@ def opencloudServer(storage = "decomposed", accounts_hash_difficulty = 4, depend "STORAGE_USERS_DRIVER": "%s" % storage, "PROXY_ENABLE_BASIC_AUTH": True, "WEB_UI_CONFIG_FILE": "%s/%s" % (dirs["base"], dirs["opencloudConfig"]), - "OC_LOG_LEVEL": "debug", + "OC_LOG_LEVEL": "error", "IDM_CREATE_DEMO_USERS": True, # needed for litmus and cs3api-validator tests "IDM_ADMIN_PASSWORD": "admin", # override the random admin password from `opencloud init` "FRONTEND_SEARCH_MIN_LENGTH": "2",