From 1ea8ee6bc92ad887d47d3aff2404404681c4cfa9 Mon Sep 17 00:00:00 2001 From: "Bala.FA" Date: Tue, 13 Aug 2013 11:27:50 +0530 Subject: log: add logger.conf.example file This example file can be safely renamed as logger.conf to enable syslog logging Change-Id: If49dd6002a046915b2eca330b7a539f4fa1f94fa BUG: 928648 Signed-off-by: Bala.FA Reviewed-on: http://review.gluster.org/5622 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- extras/Makefile.am | 5 +++-- extras/logger.conf.example | 10 ++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 extras/logger.conf.example (limited to 'extras') diff --git a/extras/Makefile.am b/extras/Makefile.am index 2eb49aef3de..bfd9101be0d 100644 --- a/extras/Makefile.am +++ b/extras/Makefile.am @@ -5,11 +5,12 @@ EditorMode_DATA = glusterfs-mode.el glusterfs.vim SUBDIRS = init.d systemd benchmarking hook-scripts $(OCF_SUBDIR) LinuxRPM geo-rep confdir = $(sysconfdir)/glusterfs -conf_DATA = glusterfs-logrotate gluster-rsyslog-7.2.conf gluster-rsyslog-5.8.conf +conf_DATA = glusterfs-logrotate gluster-rsyslog-7.2.conf gluster-rsyslog-5.8.conf \ + logger.conf.example EXTRA_DIST = specgen.scm MacOSX/Portfile glusterfs-mode.el glusterfs.vim \ migrate-unify-to-distribute.sh backend-xattr-sanitize.sh \ backend-cleanup.sh disk_usage_sync.sh quota-remove-xattr.sh \ quota-metadata-cleanup.sh glusterfs-logrotate clear_xattrs.sh \ group-virt.example glusterd-sysconfig gluster-rsyslog-7.2.conf \ - gluster-rsyslog-5.8.conf + gluster-rsyslog-5.8.conf logger.conf.example diff --git a/extras/logger.conf.example b/extras/logger.conf.example new file mode 100644 index 00000000000..e01c141f1a0 --- /dev/null +++ b/extras/logger.conf.example @@ -0,0 +1,10 @@ +# +# Sample logger.conf file to configure enhanced Logging in RHS +# +# To enable enhanced logging capabilities, rename this file to +# +# /etc/glusterfs/logger.conf +# +# This change requires restart of all gluster services/volumes. +# +# -- cgit