-
Notifications
You must be signed in to change notification settings - Fork 29
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
Verbose and succinct cache output #144
Comments
@jyotimahapatra @jessicayuen, what do you think of this? When
|
How about using query params for the verbose cache option, ex: |
The succinct cache output looks good, except I would return the full response rather than just the typeURL/version. What are your thoughts? cc @jyotimahapatra |
Per #144, made cache handler have a verbose/succinct output. Default is to run succinctly. If URL contains parameter `verbose=true`, it will run the original verbose method, including all request metadata. Otherwise, it will return the number of requests in its place. Signed-off-by: Samra Belachew <[email protected]>
While debugging caches i realized the cache output is too big because it includes the DiscoveryRequest.
This was hard to work with. We should make a way to show verbose/non verbose logs on cache endpoint.
The text was updated successfully, but these errors were encountered: