update log

This commit is contained in:
haibo.chen
2025-05-09 17:00:32 +08:00
committed by Haibo Chen(陈海博)
parent b55a9d9a82
commit 5b4dbca9da
11 changed files with 278 additions and 55 deletions

4
.vscode/launch.json vendored
View File

@ -12,7 +12,7 @@
"program": "${workspaceFolder}/objs/srs-sip.exe",
"cwd": "${workspaceFolder}/objs",
"env": {},
"args": [],
"args": ["-c", "${workspaceFolder}/conf/config.yaml"],
"preLaunchTask": "build-windows",
"windows": {}
},
@ -24,7 +24,7 @@
"program": "${workspaceFolder}/objs/srs-sip",
"cwd": "${workspaceFolder}/objs",
"env": {},
"args": [],
"args": ["-c", "${workspaceFolder}/conf/config.yaml"],
"preLaunchTask": "build-linux",
"linux": {}
}