From bb4a2c558b5a93bfb6d0c415c603c2fa5f98b615 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 29 Dec 2012 08:28:44 -0800 Subject: [PATCH] rgw: enable logging in ceph.conf --- teuthology/ceph.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teuthology/ceph.conf b/teuthology/ceph.conf index 19f3ecf2b3fb9..5db6fa8004792 100644 --- a/teuthology/ceph.conf +++ b/teuthology/ceph.conf @@ -38,6 +38,8 @@ keyring = /tmp/cephtest/data/client.$id.keyring rgw socket path = /tmp/cephtest/apache/tmp/fastcgi_sock/rgw_sock rgw cache enabled = true + rgw enable ops log = true + rgw enable usage log = true [client.admin] keyring = /tmp/cephtest/ceph.keyring -- 2.39.5