From 9228618f9d566d1af29b6a4946426df09b7737bc Mon Sep 17 00:00:00 2001 From: "Bala.FA" Date: Fri, 18 Oct 2013 11:06:59 +0530 Subject: build: disable logging framework on rhel6 As rsyslog-mmcount is not yet available in rhel6 variant, this patch disables logging framework on rhel6 and its dependency BUG: 1018308 Change-Id: I6b7c04640f8d38055e00c697d1017c7a530463d0 Signed-off-by: Bala.FA Reviewed-on: http://review.gluster.org/6108 Reviewed-by: Niels de Vos Tested-by: Gluster Build System --- extras/logger.conf.example | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'extras') diff --git a/extras/logger.conf.example b/extras/logger.conf.example index e01c141f1..248be5bda 100644 --- a/extras/logger.conf.example +++ b/extras/logger.conf.example @@ -1,10 +1,13 @@ # -# Sample logger.conf file to configure enhanced Logging in RHS +# Sample logger.conf file to configure enhanced Logging in GlusterFS # -# To enable enhanced logging capabilities, rename this file to +# To enable enhanced logging capabilities, # -# /etc/glusterfs/logger.conf +# 1. rename this file to /etc/glusterfs/logger.conf # -# This change requires restart of all gluster services/volumes. +# 2. rename /etc/rsyslog.d/gluster.conf.example to +# /etc/rsyslog.d/gluster.conf # +# This change requires restart of all gluster services/volumes and +# rsyslog. # -- cgit