Navigation Menu

Skip to content

Commit

Permalink
reduce default groonga log level: DUMP -> NOTICE (groonga's default)
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 8, 2011
1 parent 5300c67 commit a251069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -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,
Expand Down

0 comments on commit a251069

Please sign in to comment.