From 02595d6abe8687a4d4308d2957e6890c833c9a77 Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 20 Jul 2017 00:24:02 +0100 Subject: [PATCH] teuthology: set cluster log level to debug Since we're testing, we always want the full thing. This used to not really matter because almost everything was going to the clog at info level, but as of luminous things like the cluster map version echos are at debug level. Signed-off-by: John Spray --- teuthology/ceph.conf.template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teuthology/ceph.conf.template b/teuthology/ceph.conf.template index b086b1063..51ab94979 100644 --- a/teuthology/ceph.conf.template +++ b/teuthology/ceph.conf.template @@ -30,6 +30,8 @@ mon allow pool delete = true + mon cluster log file level = debug + [osd] osd journal size = 100 -- 2.47.3