You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree that we should use logging (via log crate, most likely), and eliminate any printlns. Did you actually encounter any output though? A cursory search seems to turn up only one println that is not inside of a test case, and that would appear only once in a program (and only if they add their own certificate for SSL).
In general, I tried to avoid making the library noisy (with the understanding that there is no logging framework). There is probably places where it would be nice to log info (especially when #88 is done).
@aatxe Yeah sorry, at first look I thought there are several printlns, but then I examined in details and too found only one rare println on adding certificate path.
To me of course silent irc is better than anything else :)
There are seems to be some println inside of code.
Do you think there should be control over it?
The text was updated successfully, but these errors were encountered: