fix: 更新日志文件路径,修正sshsvc配置

This commit is contained in:
TsMask
2025-04-21 15:45:20 +08:00
parent f3b8fdca48
commit 2e6741829f
3 changed files with 5 additions and 13 deletions

10
.vscode/launch.json vendored
View File

@@ -13,20 +13,12 @@
"console": "integratedTerminal",
"args": ["--env", "local", "-c", "./local/omc.yaml"]
},
{
"name": "DEBUG restagent",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "d:/omc.git/be.ems/restagent/",
"console": "integratedTerminal"
},
{
"name": "debug sshsvc",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "d:/omc.git/be.ems/sshsvc/sshsvc.go",
"program": "sshsvc/sshsvc.go",
"console": "integratedTerminal"
}
]