From e3f2d5fb1e8a12317959748eee15d4ec1f8f3fa6 Mon Sep 17 00:00:00 2001 From: "Bala.FA" Date: Fri, 9 Aug 2013 17:26:48 +0530 Subject: log: use /etc/glusterfs/logger.conf file for logging target This patch fixes to use /etc/glusterfs/logger.conf file instead of /var/lib/glusterd/logger.conf for logging target (whether to use syslog or not) at run time. Change-Id: Icb1de9ebfb7e529940e2aac970978ad70b34b213 BUG: 928648 Signed-off-by: Bala.FA Reviewed-on: http://review.gluster.org/5542 Reviewed-by: Vijay Bellur Tested-by: Gluster Build System --- doc/logging.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/logging.txt b/doc/logging.txt index e4a857586..b4ee45996 100644 --- a/doc/logging.txt +++ b/doc/logging.txt @@ -60,7 +60,7 @@ disabled by passing '--disable-syslog' to ./configure or '--without syslog' to rpmbuild Even though its enabled at compile time, its required to have -/var/lib/glusterd/logger.conf file to make it into effect before -starting gluster services +/etc/glusterfs/logger.conf file to make it into effect before starting +gluster services Currently all gluster logs are sent with error code GF_ERR_DEV. -- cgit