Re: Enable thrift logging

2012-01-24 Thread ruslan usifov
2012/1/25 aaron morton > Do you want to log from inside the thrift code or from the cassandra > thrift classes ? > > Exceptions happens inside thrift, so inside thrift:-))) > if it's the later try > > log4j.logger.org.apache.thrift=DEBUG,THRIFT >> > > org.apache.thrift.transport is part of thri

Re: Enable thrift logging

2012-01-24 Thread aaron morton
Do you want to log from inside the thrift code or from the cassandra thrift classes ? if it's the later try > log4j.logger.org.apache.thrift=DEBUG,THRIFT org.apache.thrift.transport is part of thrift proper. Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.t

Re: Enable thrift logging

2012-01-24 Thread R. Verlangen
Pick a "custom" loglevel and redirect them with the /etc/syslog.conf ? 2012/1/24 ruslan usifov > Hello > > I try to log thrift log message (this need to us for solve communicate > problem between Cassandra daemon and php client ), so in > log4j-server.properties i write follow lines: > > log4j.l