Skip to content

Commit

Permalink
Crawler: adjusted log level for link crawling
Browse files Browse the repository at this point in the history
This avoids tons of console output by default
  • Loading branch information
acdha committed Sep 9, 2010
1 parent d1e3c4b commit 970be66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base.py
Expand Up @@ -113,7 +113,7 @@ def get_url(self, from_url, to_url):

#url_path now contains the path, request_dict contains get params

LOG.info("%s: link to %s with parameters %s", from_url, to_url, request_dict)
LOG.debug("%s: link to %s with parameters %s", from_url, to_url, request_dict)

test_signals.pre_request.send(self, url=to_url, request_dict=request_dict)

Expand Down

0 comments on commit 970be66

Please sign in to comment.