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 <rajesh@redhat.com>
Reviewed-on: http://review.gluster.com/2647
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
This commit is contained in:
Rajesh Amaravathi 2012-01-16 14:04:10 +05:30 committed by Vijay Bellur
parent b71c572df1
commit 18a5e19b62

View File

@ -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 { \