mirror of
https://github.com/aceld/kis-flow.git
synced 2025-01-23 07:30:23 +08:00
change some output Info->Debug
This commit is contained in:
parent
02223f669e
commit
ec90a75c0a
@ -20,7 +20,7 @@ func NewKisFunctionC() kis.Function {
|
||||
}
|
||||
|
||||
func (f *KisFunctionC) Call(ctx context.Context, flow kis.Flow) error {
|
||||
log.Logger().InfoF("KisFunctionC, flow = %+v\n", flow)
|
||||
log.Logger().DebugF("KisFunctionC, flow = %+v\n", flow)
|
||||
|
||||
// 通过KisPool 路由到具体的执行计算Function中
|
||||
if err := kis.Pool().CallFunction(ctx, f.Config.FName, flow); err != nil {
|
||||
|
1
go.mod
1
go.mod
@ -12,6 +12,7 @@ require (
|
||||
require (
|
||||
github.com/beorn7/perks v1.0.1 // indirect
|
||||
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
||||
github.com/golang/protobuf v1.5.2 // indirect
|
||||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
||||
github.com/prometheus/client_model v0.3.0 // indirect
|
||||
github.com/prometheus/common v0.37.0 // indirect
|
||||
|
Loading…
Reference in New Issue
Block a user