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

Add some documentation on how to troubleshoot and debug #10

Closed
LarsNordin opened this issue Jan 26, 2018 · 2 comments
Closed

Add some documentation on how to troubleshoot and debug #10

LarsNordin opened this issue Jan 26, 2018 · 2 comments
Assignees
Labels

Comments

@LarsNordin
Copy link

Please add some documentation on how to troubleshoot and debug

I had to add a custom logger for requests.packages.urllib3 to see the requests to my artifactory server. It would be nice to have a flag that could do this for me.

@Tim55667757
Copy link
Member

@allburov FYI

@allburov allburov self-assigned this Mar 1, 2018
@allburov
Copy link
Member

allburov commented Mar 1, 2018

Hi, thank for feedback :)
Do you want to do something like this?

import logging
path = ArtifactoryPath(
    "http://repo.jfrog.org/artifactory/gradle-ivy-local", logging_level=logging.DEBUG)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants