From 53e2398f7a886d338971d891ce563aaf0d4ee0de Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Mon, 6 Oct 2025 07:17:47 +0200 Subject: [PATCH] set server loglevel to error Signed-off-by: Christian Richter --- .woodpecker.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",