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

Move diagnostic printlns into feature-flagged logging #14

Merged
merged 1 commit into from
Aug 13, 2019

Conversation

Skynoodle
Copy link
Contributor

I'm not sure if this is useful to anyone else - The random diagnostic messages bothered me a little. I use the log crate already, so it seemed helpful to turn the printlns into (optional) logs.

@Twinklebear
Copy link
Owner

Yea I think this is fine to put behind a feature gate, a lot of times when writing some other dependent library or a program you don't really want a bunch of logging info printed out from your dependencies.

Thanks @Skynoodle ! I'll add a CI run to build with the log feature on as well

@Twinklebear Twinklebear merged commit cc7b12c into Twinklebear:master Aug 13, 2019
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

Successfully merging this pull request may close these issues.

2 participants