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:
parent
c00f30e897
commit
2a30731a0c
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user