Commit 8b19bca9 authored by 黄刚's avatar 黄刚

Merge branch 'master' of gitlab.33.cn:hugo/share

parents b29437ac faaa1d35
Pipeline #3806 failed with stages
# trace组件工作流程
# trace组件工作流程
......@@ -57,4 +57,4 @@ StartTask(ctx ...interface{})
StopTask(ctx ...interface{})
```
参数为过滤条件,比如只需要某个交易hash的信息,参数就可以是("Txhash",“xxxxxxxxx”);或者只要打印mempool模块的信息,参数就可以是(“module”,“mempool”);两个条件同事满足("Txhash",“xxxxxxxxx”,“module”,“mempool”);多个交易hash?多个模块?更复杂的条件还没有想好怎么表达和处理。
\ No newline at end of file
参数为过滤条件,比如只需要某个交易hash的信息,参数就可以是("Txhash",“xxxxxxxxx”);或者只要打印mempool模块的信息,参数就可以是(“module”,“mempool”);两个条件同时满足("Txhash",“xxxxxxxxx”,“module”,“mempool”);多个交易hash?多个模块?更复杂的条件还没有想好怎么表达和处理。
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment