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

Logging library dependancy required. #10

Open
PaulSchulz opened this issue Aug 18, 2017 · 0 comments
Open

Logging library dependancy required. #10

PaulSchulz opened this issue Aug 18, 2017 · 0 comments

Comments

@PaulSchulz
Copy link

When initially trying to get the library to work (as per instructions) I got the following error:

user=> (use 'bitcoin.core)
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.

Adding the following to project.clj allowed removed the error:

[org.clojure/tools.logging "0.3.1"]
; No need to specify slf4j-api, its require d by logback
[ch.qos.logback/logback-classic "1.1.3"]

See:

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