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

Too much debug info #42

Closed
ghost opened this issue Jun 29, 2015 · 4 comments
Closed

Too much debug info #42

ghost opened this issue Jun 29, 2015 · 4 comments

Comments

@ghost
Copy link

ghost commented Jun 29, 2015

How do I turn off the debug info?

@phoet
Copy link
Owner

phoet commented Jun 29, 2015

By default asin is not logging anything. What Kind of debug info are you talking about? What is the configuration you are using?

If you expect to get reasonable help from opening an issue, I'd recommend that you try to give more context information. Being specific is important.

@ghost
Copy link
Author

ghost commented Jun 29, 2015

I was getting tons of debug info. I was able to turn it off with:
config.logger = nil
I recommend making that the default because that's not fun to see.

@phoet
Copy link
Owner

phoet commented Jun 29, 2015

@monkeysuffrage that's exactly what you need to do. i thought that this was actually the default, but it's not... https://github.com/phoet/asin/blob/master/lib/asin/configuration.rb#L37

do you want to create a PR for it?

@ghost
Copy link
Author

ghost commented Jun 29, 2015

Not if I'm the only one who has a problem with it, I guess it's ok. Thanks
for the gem, it works great.

On Mon, Jun 29, 2015 at 2:32 PM, Peter Schröder notifications@github.com
wrote:

@monkeysuffrage https://github.com/monkeysuffrage that's exactly what
you need to do. i thought that this was actually the default, but it's
not...
https://github.com/phoet/asin/blob/master/lib/asin/configuration.rb#L37

do you want to create a PR for it?


Reply to this email directly or view it on GitHub
#42 (comment).

@phoet phoet closed this as completed Jun 29, 2015
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

1 participant