mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-07-31 20:55:04 +00:00
Set slow threshold when log to stdout (#74)
* Set slow threshold when log to stdout * Adjust code --------- Co-authored-by: 杨赫然 <heran.yang@seafile.com>
This commit is contained in:
parent
36706a9f32
commit
0deb45d89f
@ -216,12 +216,13 @@ searpc_server_init_with_slow_log (RegisterMarshalFunc register_func,
|
|||||||
g_warning ("Failed to open RPC slow log file %s: %s\n", slow_log_path, strerror(errno));
|
g_warning ("Failed to open RPC slow log file %s: %s\n", slow_log_path, strerror(errno));
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
slow_threshold = slow_threshold_in;
|
|
||||||
filtered_funcs = filtered_funcs_in;
|
|
||||||
|
|
||||||
pthread_mutex_init (&slow_log_lock, NULL);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
slow_threshold = slow_threshold_in;
|
||||||
|
filtered_funcs = filtered_funcs_in;
|
||||||
|
|
||||||
|
pthread_mutex_init (&slow_log_lock, NULL);
|
||||||
|
|
||||||
searpc_server_init (register_func);
|
searpc_server_init (register_func);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user