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
I think we should export global.getLogger to avoid copy-pasting of
global.getLogger
var stdLogger = stdr.New(golog.New(os.Stderr, "", golog.LstdFlags|golog.Lshortfile))
in unit tests.
Originally posted by @pellared in #4949 (comment)
The text was updated successfully, but these errors were encountered:
internal/global.getLogger
MrAlias
Successfully merging a pull request may close this issue.
I think we should export
global.getLogger
to avoid copy-pasting ofin unit tests.
Originally posted by @pellared in #4949 (comment)
The text was updated successfully, but these errors were encountered: