From 405290aaab97d38afa11664a056aabe8a97e2f27 Mon Sep 17 00:00:00 2001 From: Sam Ruby Date: Sat, 28 Oct 2006 20:18:30 -0400 Subject: [PATCH] additional logging and installation information --- docs/installation.html | 7 +++++++ planet/spider.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/installation.html b/docs/installation.html index 233087b..9994984 100644 --- a/docs/installation.html +++ b/docs/installation.html @@ -101,5 +101,12 @@ not yet ported to the newer python so Venus will be less featureful. may want to explicitly specify python2.4.

+

Ubuntu Linux (Edgy Eft) instructions

+ +

Before starting, issue the following command:

+ + diff --git a/planet/spider.py b/planet/spider.py index 3c06136..7e6d91b 100644 --- a/planet/spider.py +++ b/planet/spider.py @@ -159,7 +159,7 @@ def spiderFeed(feed, only_if_new=0): # process based on the HTTP status code if data.status == 200 and data.has_key("url"): data.feed['planet_http_location'] = data.url - log.info("Updating feed %s", feed) + log.info("Updating feed %s @ %s", feed, data.url) elif data.status == 301 and data.has_key("entries") and len(data.entries)>0: log.warning("Feed has moved from <%s> to <%s>", feed, data.url) data.feed['planet_http_location'] = data.url