projects
/
rss2email.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f33000
)
Change default logging level back to ERROR.
author
W. Trevor King
<wking@tremily.us>
Thu, 4 Oct 2012 23:58:45 +0000
(19:58 -0400)
committer
W. Trevor King
<wking@tremily.us>
Thu, 4 Oct 2012 23:58:45 +0000
(19:58 -0400)
rss2email.py
patch
|
blob
|
history
diff --git
a/rss2email.py
b/rss2email.py
index eb750e9b17db86a00fd4b752f1aa9976f723099d..99f4ad26fe8af6ea0a6aac7c7c24ce9a1fcc1d63 100755
(executable)
--- a/
rss2email.py
+++ b/
rss2email.py
@@
-61,8
+61,7
@@
import html2text as _html2text
LOG = _logging.getLogger('rss2email')
LOG.addHandler(_logging.StreamHandler())
-#LOG.setLevel(_logging.ERROR)
-LOG.setLevel(_logging.DEBUG)
+LOG.setLevel(_logging.ERROR)
_feedparser.USER_AGENT = 'rss2email/{} +{}'.format(__version__, __url__)
_urllib_request.install_opener(_urllib_request.build_opener())