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
David Liu edited this page Feb 16, 2021
·
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