You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by Darshan Mody <da...@ymail.com> on 2014/11/26 11:05:11 UTC

Enabling thrifts internal logs

Hi,
We have a Thrift client server application where the server is in Java and Client is in C++. Both server and client reside in the same machine and hence uses internal sockets.
In high load scenarios i find that the server does not respond to client's ping messages.
I wanted to enable the thrifts internal logging so as to understand the reason for received exception on the server side and on the client side.
Kindly help on the same
ThanksDarshan