diff options
author | Amar Tumballi <amar@gluster.com> | 2010-11-11 01:54:50 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-11-13 07:02:39 -0800 |
commit | c364d4114c0f0ec888e03c909266f521dd6dc87c (patch) | |
tree | 7c292a540d73ac776a0a9c09897eb182f0a0dab3 /cli | |
parent | b43ef598abec07cff6090dd507419347621b473c (diff) |
cli: fix issues with running command over ssh
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 2081 (gluster CLI does not work over ssh)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2081
Diffstat (limited to 'cli')
-rw-r--r-- | cli/src/cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli.c b/cli/src/cli.c index 97be0c5e1..bb89566e6 100644 --- a/cli/src/cli.c +++ b/cli/src/cli.c @@ -226,7 +226,7 @@ glusterfs_ctx_defaults_init (glusterfs_ctx_t *ctx) cmd_args = &ctx->cmd_args; /* parsing command line arguments */ - cmd_args->log_file = "/dev/stderr"; + cmd_args->log_file = "/dev/null"; cmd_args->log_level = GF_LOG_NONE; INIT_LIST_HEAD (&cmd_args->xlator_options); |