[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] reduce default groonga log level: DUMP -> NOTICE (groonga's default)

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:24:26 JST 2012


Kouhei Sutou	2011-06-08 11:22:26 +0900 (Wed, 08 Jun 2011)

  New Revision: a251069835f840d4209dd739548a2da8aaa1c6e0
  https://github.com/mroonga/mroonga/commit/a251069835f840d4209dd739548a2da8aaa1c6e0

  Log:
    reduce default groonga log level: DUMP -> NOTICE (groonga's default)

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc    2011-06-08 10:58:08 +0900 (e2fd541)
+++ ha_mroonga.cc    2011-06-08 11:22:26 +0900 (2ea390a)
@@ -106,7 +106,7 @@ long mrn_fast_order_limit = 0;
 const char *mrn_logfile_name = MRN_LOG_FILE_NAME;
 FILE *mrn_logfile = NULL;
 int mrn_logfile_opened = 0;
-grn_log_level mrn_log_level_default = GRN_LOG_DUMP;
+grn_log_level mrn_log_level_default = GRN_LOG_DEFAULT_LEVEL;
 ulong mrn_log_level = (ulong) mrn_log_level_default;
 
 void mrn_logger_func(int level, const char *time, const char *title,
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index