From ea2bec768380d9567e68c730abc487b6bf96947b Mon Sep 17 00:00:00 2001 From: "Chetan S. Deshmukh" Date: Fri, 9 Sep 2022 02:04:44 -0600 Subject: [PATCH] Enabling back RGW stdout/stderr logging after confirming IO tests performance results Signed-off-by: Chetan S. Deshmukh --- conf/cortx_rgw.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/cortx_rgw.conf b/conf/cortx_rgw.conf index 3b5d3b7..6f97ad7 100644 --- a/conf/cortx_rgw.conf +++ b/conf/cortx_rgw.conf @@ -52,5 +52,5 @@ rgw frontends = beast port=8000 log file = log to file = true - log to stderr = false - err to stderr = false + log to stderr = true + err to stderr = true