diff --git a/platypush/plugins/http/webpage.py b/platypush/plugins/http/webpage.py index 5c1c1d15..c55c2c44 100644 --- a/platypush/plugins/http/webpage.py +++ b/platypush/plugins/http/webpage.py @@ -54,6 +54,7 @@ class HttpWebpagePlugin(Plugin): if not self.mercury_api_key: raise RuntimeError("mercury_api_key not set") + self.logger.info('Parsing URL {}'.format(url)) response = requests.get('https://mercury.postlight.com/parser', params={'url': url}, headers={'x-api-key': self.mercury_api_key})