Fork me on GitHub
#beginners
<
2016-07-14
>
roberto02:07:42

how can I suppress this warning in timbre SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder”. ?

roberto02:07:59

I know how to do that with vanilla java, but don’t know how to do that with timbre

cdine16:07:44

A newbie question... When a form like this (range), which produces infinite lazy seq, is entered into a repl, when does the realization (of the lazy seq) happen? During the eval phase? or in the print phase? must be in the print phase, right?

rauh16:07:12

@cdine: Print phase, correct. There is a switch you can set! so sequences are only printed "up to x elmenets"

cdine16:07:09

thats exactly what i would need... which binding is that ?

cdine16:07:44

Perfect, thanks...