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
When running a gRPC server with Gruf I notice logs such as:
deadline is 1969-12-31 23:59:59 +0000; (now=2017-05-04 21:56:58 +0000)
or
schedule another job
When investigating, I see that the logs are coming from the gRPC logger. (https://github.com/grpc/grpc/blob/6ff81e91c9577a52252460fb029fbbf990cfc7b6/src/ruby/lib/grpc/generic/rpc_server.rb#L80)
It would be nice to support a configuration option to disable this kind of logging from configuration in Gruf.
The text was updated successfully, but these errors were encountered:
Solved in #13
Sorry, something went wrong.
No branches or pull requests
When running a gRPC server with Gruf I notice logs such as:
or
When investigating, I see that the logs are coming from the gRPC logger. (https://github.com/grpc/grpc/blob/6ff81e91c9577a52252460fb029fbbf990cfc7b6/src/ruby/lib/grpc/generic/rpc_server.rb#L80)
It would be nice to support a configuration option to disable this kind of logging from configuration in Gruf.
The text was updated successfully, but these errors were encountered: