From 18a5e19b62ff675aaa187fe53bd5cfa6d5945ef4 Mon Sep 17 00:00:00 2001 From: Rajesh Amaravathi Date: Mon, 16 Jan 2012 14:04:10 +0530 Subject: core: log xlator options in init * The options (default as well as explicitly set) for each xlator are logged at DEBUG log-level Change-Id: I757e206bf06ef5dc60a3255e2377a821c284b6f1 BUG: 767087 Signed-off-by: Rajesh Amaravathi Reviewed-on: http://review.gluster.com/2647 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- libglusterfs/src/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs/src/options.h') diff --git a/libglusterfs/src/options.h b/libglusterfs/src/options.h index f95040c26..40089ac63 100644 --- a/libglusterfs/src/options.h +++ b/libglusterfs/src/options.h @@ -140,7 +140,7 @@ xlator_option_init_##type (xlator_t *this, dict_t *options, char *key, \ return 0; \ } \ if (value == def_value) { \ - gf_log (this->name, GF_LOG_TRACE, \ + gf_log (this->name, GF_LOG_DEBUG, \ "option %s using default value %s", \ key, value); \ } else { \ -- cgit