로그 추가
This commit is contained in:
@ -13,6 +13,7 @@ import (
|
|||||||
"path"
|
"path"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"reflect"
|
"reflect"
|
||||||
|
"runtime/debug"
|
||||||
"sort"
|
"sort"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
@ -442,6 +443,8 @@ func NewClient(standalone bool) (HoustonClient, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (hc *houstonClient) Start() {
|
func (hc *houstonClient) Start() {
|
||||||
|
debug.PrintStack()
|
||||||
|
|
||||||
// receive from stream
|
// receive from stream
|
||||||
defer func() {
|
defer func() {
|
||||||
hc.wg.Wait()
|
hc.wg.Wait()
|
||||||
|
|||||||
Reference in New Issue
Block a user