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
Debug and Trace messages can be turned off via opts.Debug and opts.Trace flags: logger/log.go. There is no such option for Info [INF] messages.
opts.Debug
opts.Trace
Add opts.Info or support a logging level.
Embedding NATS server into a windows service. We want to be able to turn off INF messages.
Yes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Proposed change
Debug and Trace messages can be turned off via
opts.Debug
andopts.Trace
flags: logger/log.go. There is no such option for Info [INF] messages.Add opts.Info or support a logging level.
Use case
Embedding NATS server into a windows service. We want to be able to turn off INF messages.
Contribution
Yes
The text was updated successfully, but these errors were encountered: