로그 추가

This commit is contained in:
2023-10-26 10:40:33 +09:00
parent 2985e0fdaf
commit 5b0b977a39

View File

@ -35,6 +35,7 @@ func NewHoustonHandler() HoustonServerWithHandler {
for i := 0; i < tp.NumMethod(); i++ {
method := tp.Method(i)
methods[strings.ToLower(method.Name)] = method
logger.Println("houston handler has method :", method)
}
return &houstonHandler{
HoustonServer: NewServer(),