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

SLF4J dependency commented out #36

Open
haynesmatt opened this issue Jul 27, 2023 · 0 comments
Open

SLF4J dependency commented out #36

haynesmatt opened this issue Jul 27, 2023 · 0 comments

Comments

@haynesmatt
Copy link

While running YCSB on both loads and runs, I was greeted with this warning output on the console:

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

And found the dependency commented out in YCSB/ycsb-mongodb/pom.xml on lines 26-31:

  <!-- Uncomment this to get lots of driver logging
  <dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>slf4j-simple</artifactId>
    <version>1.6.4</version>
  </dependency>-->

What purpose does commenting out this dependency, which seems to remove console logging, serve?

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

1 participant