From 48db4f1bdc9f24ed7e0fd1f3ab99e54e3e2e7183 Mon Sep 17 00:00:00 2001 From: Varun Singhal Date: Tue, 16 Jun 2026 19:34:20 +0530 Subject: [PATCH 1/2] propertiesconfig: change urm logging level from DEBUG to WARN Signed-off-by: Varun Singhal --- configs/PropertiesConfig.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/PropertiesConfig.yaml b/configs/PropertiesConfig.yaml index d6f9f44c7..7a88a6b15 100644 --- a/configs/PropertiesConfig.yaml +++ b/configs/PropertiesConfig.yaml @@ -34,7 +34,7 @@ PropertyConfigs: - Name: urm.logging.level # Possible values: DEBUG, INFO, WARN, ERROR. - Value: "DEBUG" # Anything and everything level DEBUG and above. + Value: "WARN" # Anything and everything level DEBUG and above. # Only log messages of the exact severity as specified in "urm.logging.level" - Name: urm.logging.level.exact From fed1fd6aa9e4a0f00fd774aa062c91ddb5d4d71d Mon Sep 17 00:00:00 2001 From: Varun Singhal Date: Tue, 16 Jun 2026 19:41:18 +0530 Subject: [PATCH 2/2] propertiesconfig: change urm logging level from DEBUG to WARN Signed-off-by: Varun Singhal --- configs/PropertiesConfig.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/PropertiesConfig.yaml b/configs/PropertiesConfig.yaml index 7a88a6b15..995f3fa0f 100644 --- a/configs/PropertiesConfig.yaml +++ b/configs/PropertiesConfig.yaml @@ -34,7 +34,7 @@ PropertyConfigs: - Name: urm.logging.level # Possible values: DEBUG, INFO, WARN, ERROR. - Value: "WARN" # Anything and everything level DEBUG and above. + Value: "WARN" # Anything and everything level WARN and above. # Only log messages of the exact severity as specified in "urm.logging.level" - Name: urm.logging.level.exact