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

Make println statements configurable #90

Open
sveri opened this issue May 23, 2016 · 1 comment
Open

Make println statements configurable #90

sveri opened this issue May 23, 2016 · 1 comment

Comments

@sveri
Copy link
Contributor

sveri commented May 23, 2016

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.

@martintrojer
Copy link
Contributor

martintrojer commented May 23, 2016

I suggest wrapping joplin calls like this;

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

Also discussed #60

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