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
For someone looking at software that uses this library, the primary question for a reviewer is: what does this software log?
To answer this, the README should state what the defaults are for this library.
The only place this is documented in the README is this sentence:
Note: By default log writes to os.Stderr Note: The default log level for log.Print is trace
This does not give information about about whether a log.Info(... will appear in stderr or not, or what the default behavior it.
log.Info(...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For someone looking at software that uses this library, the primary question for a reviewer is: what does this software log?
To answer this, the README should state what the defaults are for this library.
The only place this is documented in the README is this sentence:
This does not give information about about whether a
log.Info(...
will appear in stderr or not, or what the default behavior it.The text was updated successfully, but these errors were encountered: