future promise支持输出到statsd。
This commit is contained in:
@@ -303,7 +303,7 @@ int tfe_stat_init(struct tfe_proxy * proxy, const char * profile)
|
||||
int main(int argc, char * argv[])
|
||||
{
|
||||
const char * main_profile = "./conf/tfe/tfe.conf";
|
||||
|
||||
const char * future_profile= "./conf/future.conf";
|
||||
unsigned int __log_level = RLOG_LV_INFO;
|
||||
MESA_load_profile_uint_def(main_profile, "log", "level", &__log_level, RLOG_LV_INFO);
|
||||
|
||||
@@ -317,7 +317,7 @@ int main(int argc, char * argv[])
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
future_promise_library_init();
|
||||
future_promise_library_init(future_profile);
|
||||
tango_cache_global_init();
|
||||
|
||||
/* PROXY INSTANCE */
|
||||
|
||||
Reference in New Issue
Block a user