로그 추가

This commit is contained in:
2023-10-24 20:18:49 +09:00
parent b6b8aa0794
commit 15ab1c9e7c

View File

@ -13,6 +13,7 @@ import (
"path"
"path/filepath"
"reflect"
"runtime/debug"
"sort"
"strconv"
"strings"
@ -442,6 +443,8 @@ func NewClient(standalone bool) (HoustonClient, error) {
}
func (hc *houstonClient) Start() {
debug.PrintStack()
// receive from stream
defer func() {
hc.wg.Wait()