-
Notifications
You must be signed in to change notification settings - Fork 129
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
[question]how to suppress or rediret the gcc output? #829
Comments
Hmm that's weird. I haven't seen logging messages like that before. Since it's coming from GRPC there may be an option to disable logging within that library. Could you please share the versions of all libraries (use |
Thanks for the quick reply.
step to reproduce
|
Thanks @miz2019 that'll make it easier to repro. Cheers, |
❓ Questions and Help
In gcc-v0 , I do random searching and combine some options and params, and gcc execution report some informative message like below
that messes up my screen, how could I suppress it?
After some tracing, get here . in env/lib/python3.10/site-packages/grpc/_channel.py:926 self._channel.segregated_call
looks like the client env fires someting to the server, and where can I config in server side to redirect or suppress the message.
I use local mode now.
Thanks.
The text was updated successfully, but these errors were encountered: