From 3b8610ee01066232eb52393e70d614f504719c30 Mon Sep 17 00:00:00 2001 From: Luis Pabon Date: Mon, 29 Jul 2013 15:17:33 -0400 Subject: Update logging on conf files BUG 989406: https://bugzilla.redhat.com/show_bug.cgi?id=989406 Change-Id: I777845ec57f9f6fc6aed87de7bea5f01bb69f7c3 Signed-off-by: Luis Pabon Reviewed-on: http://review.gluster.org/5419 Reviewed-on: http://review.gluster.org/5506 --- test/functional/conf/container-server.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/functional/conf/container-server.conf') diff --git a/test/functional/conf/container-server.conf b/test/functional/conf/container-server.conf index ad8a447..dde3e23 100644 --- a/test/functional/conf/container-server.conf +++ b/test/functional/conf/container-server.conf @@ -24,11 +24,12 @@ pipeline = container-server use = egg:gluster_swift#container user = root log_facility = LOG_LOCAL2 +log_level = WARN # # After ensuring things are running in a stable manner, you can turn off # normal request logging for the container server to unclutter the log # files. Warnings and errors will still be logged. -log_requests = on +log_requests = off [container-replicator] vm_test_mode = yes -- cgit