diff --git a/sip/main.cpp b/sip/main.cpp index d0423ec..ae5cc95 100644 --- a/sip/main.cpp +++ b/sip/main.cpp @@ -1,9 +1,12 @@  #include "WebSocketServer.h" +#include "./Utils/logger.hpp" int main(int argc, char *argv[]) { + set_default_logger(LogLevel(1), "sip server", "logs/main.log", 64 * 1024 * 1024, 30); + // if (argc <= 1) // { // printf("请输入待获取的摄像头的视频通道编码ID。");