On Mon, 2010-11-15 at 11:30 -0800, Alaa Zubaidi wrote:
> I tried both setting authority to 
> org.apache.cassandra.auth.SimpleAuthority and AllowAllAuthority...

If you are using SimpleAuthenticator then you should be using
SimpleAuthority.

> I uncommitted the "Application logging options" in
> log4j-server.properties, is this enough?

No, you need to set the log level on the root logger.  By default that
line looks like...

log4j.rootLogger=INFO,stdout,R

...and you need to make it look like...

log4j.rootLogger=DEBUG,stdout,R


-- 
Eric Evans
eev...@rackspace.com

Reply via email to