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

[Feature Request] Log requested URLs #351

Open
SuppenNudel opened this issue Sep 7, 2022 · 3 comments
Open

[Feature Request] Log requested URLs #351

SuppenNudel opened this issue Sep 7, 2022 · 3 comments
Assignees
Labels

Comments

@SuppenNudel
Copy link

I want to be able to output/log the URLs that are being requested.
Is there already a way to do this?

I don't know how to write you other than via Issues. I'm sorry if this is the wrong way to reach you.

@cdancy
Copy link
Owner

cdancy commented Sep 7, 2022

@SuppenNudel enable debug logging will get the URL's as well as any additional http wire logs output to stdout

@cdancy cdancy added the question label Sep 7, 2022
@cdancy cdancy self-assigned this Sep 7, 2022
@SuppenNudel
Copy link
Author

How do I do that? I don't find anything with logging or debugging in the readme file.

@cdancy
Copy link
Owner

cdancy commented Sep 7, 2022

@SuppenNudel depending on how you're using the library the most simplest way would be to pass along a jvm debug arg which you can search online how to do so. If you're using groovy/gradle there are also other means. You can also use a logback config which is described below:

https://jclouds.apache.org/reference/logging/

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

No branches or pull requests

2 participants