Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make logging configurable #21

Open
Sandmania opened this issue Nov 16, 2015 · 3 comments
Open

Make logging configurable #21

Sandmania opened this issue Nov 16, 2015 · 3 comments

Comments

@Sandmania
Copy link

Farsandra assumes that Cassandra ships with log4j-server.properties. This file does not exist in cassandra 2.1.x or 2.2.x

@jancona
Copy link
Contributor

jancona commented Dec 17, 2015

I tried ignoring the failure to find log4j-server.properties, but it failed later with:

java.lang.RuntimeException: looking to make 1 replacement but made 0 . Likely that farsandra does not understand this version of configuration file. 
    at io.teknek.farsandra.Farsandra.replaceThisWithThatExpectNMatch(Farsandra.java:523)
    at io.teknek.farsandra.Farsandra.start(Farsandra.java:322)

So I'm guessing that there are other config file changes that have to be accounted for.

Any plans to upgrade Farsandra to support versions beyond 2.0?

@edwardcapriolo
Copy link
Owner

Up until this point the logic did not have to be versioned to change things. We probably have to do that. I will look at the 3.0 config

@edwardcapriolo
Copy link
Owner

Should we consider this closed now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants