From 46d4dda33d4dbb2a62bd55c01acaf3f15f4c6ee5 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Tue, 14 Feb 2017 13:37:49 +0530 Subject: daemon: redirect logs to logdir replace fprintf calls with LOG() Signed-off-by: Prasanna Kumar Kalever --- utils/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/common.h') diff --git a/utils/common.h b/utils/common.h index 82c9fd6..83fc580 100644 --- a/utils/common.h +++ b/utils/common.h @@ -15,6 +15,7 @@ # include "utils.h" # define GB_UNIX_ADDRESS "/var/run/gluster-block.socket" +# define GB_TCP_PORT 24006 # define DAEMON_LOG_FILE "/var/log/gluster-block/gluster-blockd.log" # define CLI_LOG_FILE "/var/log/gluster-block/gluster-block-cli.log" -- cgit