Skip to content

Commit

Permalink
include url params in api request debug
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Jan 5, 2018
1 parent 248aa57 commit 835ebe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Web/Model/API.pm
Expand Up @@ -132,7 +132,7 @@ sub request {
$logger->debug(
sprintf q[API: "%s %s %s" %s %s%s],
$request->method,
$url->path,
$url->path_query,
$response->protocol // 'TEST',
$response->code,
length ${ $response->content_ref },
Expand Down

0 comments on commit 835ebe9

Please sign in to comment.