Commit 749beb62 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Set logging level to debug when opening an URL

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@45354 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c82b35b2
......@@ -215,7 +215,7 @@ class Browser(ExtendedTestBrowser):
# ERP5 base URL
absolute_url = urljoin(self._erp5_base_url, url_or_path)
self._logger.info("Opening url: " + absolute_url)
self._logger.debug("Opening url: " + absolute_url)
super(Browser, self).open(absolute_url, data)
def login(self, force=False):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment