joplin icon indicating copy to clipboard operation
joplin copied to clipboard

Make println statements configurable

Open sveri opened this issue 8 years ago • 1 comments

Hi,

I am using joplin and also do so in my integration tests. The problem with this is, that the console is cluttered with joplins println statements and it is hard to find any meaningful error inbetween. It would be nice if I could configure them, just like I do with standard java logging libraries.

sveri avatar May 23 '16 05:05 sveri

I suggest wrapping joplin calls like this;

(log/info 
  (with-out-str
    (repl/migrate conf .. ..))

Also discussed https://github.com/juxt/joplin/issues/60

martintrojer avatar May 23 '16 12:05 martintrojer