You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sam Yuan edited this page Apr 23, 2023
·
10 revisions
Q:如何看到更多的日志信息
A:We use logrus for logging, which can be set with env var export TAPE_LOGLEVEL=debug,
It could be one of (warn by default): panic, fatal, error, warn, warning, info, debug, trace
Q:测出来的Fabric网络TPS异常低
A: 有很多因素都会影响网络TPS,Tape不负责调试网络,不过通常可以尝试做出以下的调整
Increase number of messages per block in your channel configuration
Q:Error msg as rpc error: code = Unavailable desc =
A: this kind of error is from GRPC connection, please check your server log. And as it's network issue... it's hard for tape maintainer to help you debug it.
**Q: Network issue or cert issue.
A: In most case, TLS configuration is owned by user. Just point out how to configuration for Tape as usage guide.
As for Tape maintainer can't touch user's network or key settings.