Hello,
Several unexpected info and debug messages are displayed when I start and when I stop the server.
These messages appear whatever the value of the GRPC_VERBOSITY variable.
For example:
% export GRPC_VERBOSITY=ERROR
% server start
I0629 15:18:44.675209477 9291 server_builder.cc:262] Synchronous server. Num CQs: 32, Min pollers: 1, Max Pollers: 2, CQ timeout (msec): 10000
D0629 15:18:44.675281963 9291 env_linux.c:77] Warning: insecure environment read function 'getenv' used
% server stop
D0629 15:18:57.553023105 9421 env_linux.c:77] Warning: insecure environment read function 'getenv' used
I tried with grpc 1.1.4 and 1.4.0: the messages are displayed whatever the version.
Am I doing something wrong? Or is this a bug?
Is there a way to get rid of these messages?
Thanks.
Julien