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
We're trying to disable specifically the Emitter using address logs that xray sends.
Emitter using address
based on previous discussions (#192) we've tried
// disable info logging for xray xray.SetLogger(xraylog.NewDefaultLogger(os.Stdout, xraylog.LogLevelWarn)) err := xray.Configure(xray.Config{})
which doesn't work, I think because the logger is reset in each file that imports logging.
The text was updated successfully, but these errors were encountered:
@nevins-b I am not able to reproduce the issue.
Can you provide code that reproduces the issue?
Sorry, something went wrong.
@nevins-b Bumping this to the top of your inbox.
atshaw43
No branches or pull requests
We're trying to disable specifically the
Emitter using address
logs that xray sends.based on previous discussions (#192) we've tried
which doesn't work, I think because the logger is reset in each file that imports logging.
The text was updated successfully, but these errors were encountered: