summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/logging.txt4
-rw-r--r--libglusterfs/src/logging.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/logging.txt b/doc/logging.txt
index e4a85758..b4ee4599 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.
diff --git a/libglusterfs/src/logging.c b/libglusterfs/src/logging.c
index abb6b05e..b92cc03d 100644
--- a/libglusterfs/src/logging.c
+++ b/libglusterfs/src/logging.c
@@ -31,7 +31,7 @@
#define GF_JSON_MSG_LENGTH 8192
#define GF_SYSLOG_CEE_FORMAT \
"@cee: {\"msg\": \"%s\", \"gf_code\": \"%u\", \"gf_message\": \"%s\"}"
-#define GF_LOG_CONTROL_FILE "/var/lib/glusterd/logger.conf"
+#define GF_LOG_CONTROL_FILE "/etc/glusterfs/logger.conf"
#endif /* GF_USE_SYSLOG */
#include "xlator.h"
@@ -130,7 +130,7 @@ gf_get_error_message (int error_code) {
/**
* gf_openlog -function to open syslog specific to gluster based on
- * existent of file /var/lib/glusterd/logger.conf
+ * existence of file /etc/glusterfs/logger.conf
* @ident: optional identification string similar to openlog()
* @option: optional value to option to openlog(). Passing -1 uses
* 'LOG_PID | LOG_NDELAY' as default