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

Verbose logging on tests #130

Closed
malterb opened this issue Sep 12, 2014 · 3 comments
Closed

Verbose logging on tests #130

malterb opened this issue Sep 12, 2014 · 3 comments

Comments

@malterb
Copy link
Contributor

malterb commented Sep 12, 2014

I cant find a setting on phantom-testing to disable the massive console.log output

e.g.

9042 available
Starting cassandra
14:48:34.974 [pool-6-thread-1] INFO o.a.c.config.YamlConfigurationLoader - Loading settings

Is there a way to disable this?

@alexflav23
Copy link
Member

@elmalto I don't think we've built a smart way to toggle logging on/off just yet, but it's definitely a necessary improvement. We will pick this up internally and come up with a fix.

@alexflav23
Copy link
Member

@elmalto All loggers have been successfully moved to slf4j compatible api, which means you can configure all loggers using an xml configuration or whatever other supported config format. Perhaps a much better place to continue with this is here: http://slf4j.org/faq.html.

Hope this helps

@malterb
Copy link
Contributor Author

malterb commented Mar 2, 2015

perfect, thank you

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

2 participants