From 8b95c4b7c58e0caa6ac157b36e1cbc616803da3d Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 21 May 2021 09:51:47 -0400 Subject: [PATCH] qa/tasks/cephadm.conf: log_to_journald=false For teuthology runs, we set log_to_stderr=false, so that we only see derr-level events in the container log (and teuthology.log). Now that we log directly to journald, set log_to_journald=false too, so that we don't see level-20 logs in teuthology.log. Signed-off-by: Sage Weil --- qa/tasks/cephadm.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/tasks/cephadm.conf b/qa/tasks/cephadm.conf index bd1ab821eca..0a9ae14e100 100644 --- a/qa/tasks/cephadm.conf +++ b/qa/tasks/cephadm.conf @@ -2,6 +2,7 @@ # make logging friendly to teuthology log_to_file = true log_to_stderr = false +log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 -- 2.39.5