summaryrefslogtreecommitdiffstats
path: root/etc/object-server.conf-gluster
diff options
context:
space:
mode:
authorLuis Pabon <lpabon@redhat.com>2013-07-29 15:17:33 -0400
committerLuis Pabon <lpabon@redhat.com>2013-08-06 11:39:24 -0700
commit3b8610ee01066232eb52393e70d614f504719c30 (patch)
tree27eb498699730801f35772e4b1117d96572afe3e /etc/object-server.conf-gluster
parent9e6fbbcee91105ea8e5fa67a86b4b5d3054e32aa (diff)
Update logging on conf files
BUG 989406: https://bugzilla.redhat.com/show_bug.cgi?id=989406 Change-Id: I777845ec57f9f6fc6aed87de7bea5f01bb69f7c3 Signed-off-by: Luis Pabon <lpabon@redhat.com> Reviewed-on: http://review.gluster.org/5419 Reviewed-on: http://review.gluster.org/5506
Diffstat (limited to 'etc/object-server.conf-gluster')
-rw-r--r--etc/object-server.conf-gluster3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/object-server.conf-gluster b/etc/object-server.conf-gluster
index cbffe75..21cd27e 100644
--- a/etc/object-server.conf-gluster
+++ b/etc/object-server.conf-gluster
@@ -28,12 +28,13 @@ pipeline = object-server
use = egg:gluster_swift#object
user = root
log_facility = LOG_LOCAL2
+log_level = WARN
#
# For performance, after ensuring things are running in a stable manner, you
# can turn off normal request logging for the object server to reduce the
# per-request overhead and unclutter the log files. Warnings and errors will
# still be logged.
-log_requests = on
+log_requests = off
#
# Adjust this value to match the stripe width of the underlying storage array
# (not the stripe element size). This will provide a reasonable starting point