Skip to content
New issue

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

Configuration to disable gRPC native logging #7

Closed
pedelman opened this issue May 4, 2017 · 1 comment
Closed

Configuration to disable gRPC native logging #7

pedelman opened this issue May 4, 2017 · 1 comment
Labels

Comments

@pedelman
Copy link
Contributor

pedelman commented May 4, 2017

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.

@splittingred
Copy link
Member

Solved in #13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants