We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened
And maybe this issue is helpful: golang/go#60048
pkg/client/streams.go:144: defer c.Logger.Debugf("StreamVerifiedSet finished in %s", time.Since(start)) pkg/client/client.go:979: defer c.Logger.Debugf("Current state finished in %s", time.Since(start)) pkg/client/client.go:991: defer c.Logger.Debugf("get finished in %s", time.Since(start)) pkg/client/client.go:1025: defer c.Logger.Debugf("VerifiedGet finished in %s", time.Since(start)) pkg/client/client.go:1292: defer c.Logger.Debugf("VerifiedSet finished in %s", time.Since(start)) pkg/client/client.go:1452: defer c.Logger.Debugf("get-batch finished in %s", time.Since(start)) pkg/client/client.go:1480: defer c.Logger.Debugf("by-index finished in %s", time.Since(start)) pkg/client/client.go:1518: defer c.Logger.Debugf("VerifiedTxByID finished in %s", time.Since(start)) pkg/client/client.go:1604: defer c.Logger.Debugf("history finished in %s", time.Since(start)) pkg/client/client.go:1625: defer c.Logger.Debugf("SetReference finished in %s", time.Since(start)) pkg/client/client.go:1668: defer c.Logger.Debugf("safereference finished in %s", time.Since(start)) pkg/client/client.go:1783: defer c.Logger.Debugf("zadd finished in %s", time.Since(start)) pkg/client/client.go:1833: defer c.Logger.Debugf("safezadd finished in %s", time.Since(start))
What you expected to happen
How to reproduce it (as minimally and precisely as possible)
Environment
# run "immu* version" and copy/paste the output here
Additional info (any other context about the problem)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened
And maybe this issue is helpful: golang/go#60048
What you expected to happen
How to reproduce it (as minimally and precisely as possible)
Environment
# run "immu* version" and copy/paste the output here
Additional info (any other context about the problem)
The text was updated successfully, but these errors were encountered: