diff options
author | Harshavardhana <harsha@harshavardhana.net> | 2013-08-01 23:03:13 -0700 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-08-08 21:05:42 -0700 |
commit | e0890b723519519b3a979940b982a0ea37d2daa3 (patch) | |
tree | 38437b61b9c285c52a67ad001092815dbb23352d /doc/logging.txt | |
parent | ff38e3e0289439dd9e4521567bf1bfa9d184b5ef (diff) |
logging: [doc] Fix a typo
/var/log/glusterd/logger.conf should be /var/lib/glusterd/logger.conf
Change-Id: I3a4b19eb59d7acf83224fed01a5856565ffe1741
BUG: 928648
Signed-off-by: Harshavardhana <harsha@harshavardhana.net>
Reviewed-on: http://review.gluster.org/5466
Reviewed-by: Anand Avati <avati@redhat.com>
Tested-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'doc/logging.txt')
-rw-r--r-- | doc/logging.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/logging.txt b/doc/logging.txt index d1e568a31ab..71e43011f2a 100644 --- a/doc/logging.txt +++ b/doc/logging.txt @@ -59,7 +59,7 @@ This log framework can be disabled either at compile time or run time - for compile time by passing '--disable-syslog' to ./configure or '--without syslog' to rpmbuild (or) -- for run time by having a file /var/log/glusterd/logger.conf and +- for run time by having a file /var/lib/glusterd/logger.conf and restarting gluster services Currently all gluster logs are sent with error code GF_ERR_DEV. |