local ledger funtion finish
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
#include "node.h"
|
||||
#include <pthread.h>//lnk20250114给台账添加互斥锁
|
||||
|
||||
#include "../log4cplus/log4.h"//lnk添加log4
|
||||
|
||||
/*lnk10-10 */////////////////////////////////
|
||||
extern int HTTP_PORT;
|
||||
extern int SOCKET_PORT;
|
||||
@@ -192,8 +194,8 @@ apr_status_t init_rdb()
|
||||
}
|
||||
|
||||
//台账读取过后初始化各级的日志
|
||||
init_loggers();
|
||||
|
||||
|
||||
rv = parse_model_cfg_web();
|
||||
if (rv != APR_SUCCESS) {
|
||||
echo_errg("Parsed model with error,try to run! \n");
|
||||
|
||||
Reference in New Issue
Block a user