Browse Source

log failing url

pull/51/head
Jonathan Cobb 4 years ago
parent
commit
52341da85a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bubble-server/src/main/resources/packer/roles/mitmproxy/files/bubble_api.py

+ 1
- 1
bubble-server/src/main/resources/packer/roles/mitmproxy/files/bubble_api.py View File

@@ -116,7 +116,7 @@ async def async_response(client, name, url,

if response.status_code != 200:
if bubble_log.isEnabledFor(ERROR):
bubble_log.error('bubble_async_request(' + name + '): API call failed: ' + repr(response))
bubble_log.error('bubble_async_request(' + name + '): API call failed ('+url+'): ' + repr(response))

return response



Loading…
Cancel
Save