로그파일 설정을 houston으로 이동

This commit is contained in:
2024-08-22 11:28:58 +09:00
parent da37ed11cd
commit 380586fb73
3 changed files with 66 additions and 97 deletions

View File

@ -27,10 +27,11 @@ type WithdrawRequest struct {
}
type StartProcessRequest struct {
Name string
Version string
Args []string
AutoRestart bool
Name string
Version string
Args []string
AutoRestart bool
OutputLogFile string
}
type StopProcessRequest struct {