You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jesse McConnell (JIRA)" <ji...@apache.org> on 2010/02/16 23:41:29 UTC

[jira] Created: (CASSANDRA-803) remove PropertyConfigurator from CassandraDaemon

remove PropertyConfigurator from CassandraDaemon
------------------------------------------------

                 Key: CASSANDRA-803
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-803
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.6
            Reporter: Jesse McConnell



In order for users to make use of the EmbeddedCassandraService for unit testing they need to have a dependency declared on log4j.  

It would be nice if we could use the log4j-over-slf4j artifact to bridge this requirement for those of us using slf4j.  

http://www.slf4j.org/legacy.html#log4j-over-slf4j

Currently it errors with the direct usage of the PropertyConfigurator in o.a.c.thrift.CassandraDaemon.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.