1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Log query being executed.

This commit is contained in:
Andrew Jackson 2019-02-27 16:39:48 +00:00 committed by John Berlin
parent c00f30e897
commit 2a30731a0c
No known key found for this signature in database
GPG Key ID: 6EF5E4B442011B02

View File

@ -242,6 +242,7 @@ class XmlQueryIndexSource(BaseIndexSource):
raise BadRequestException('matchType={0} is not supported'.format(matchType=matchType))
try:
self.logger.debug("Running query: %s" % query_url)
response = self.session.get(query_url)
response.raise_for_status()