From 6fbf369d59cf87b903403699666d99232a372fef Mon Sep 17 00:00:00 2001 From: Jeff Darcy Date: Thu, 19 Apr 2012 16:53:19 -0400 Subject: Make option code quieter to make logs more readable. A lot of this stuff is extremely uninformative, such as messages about default values that can be read from the code. Having them in the logs makes more important messages harder to find, so they're down to GF_DEBUG_TRACE now. Change-Id: I18921b3deac7a01ad94c50670b90342d1130837b Signed-off-by: Jeff Darcy Reviewed-on: http://review.gluster.com/3198 Tested-by: Gluster Build System Reviewed-by: Kaleb KEITHLEY Reviewed-by: Anand Avati --- 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 722cc3b7a..943c30365 100644 --- a/libglusterfs/src/options.h +++ b/libglusterfs/src/options.h @@ -143,7 +143,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_DEBUG, \ + gf_log (this->name, GF_LOG_TRACE, \ "option %s using default value %s", \ key, value); \ } else { \ -- cgit