We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398f6ad commit c0d794fCopy full SHA for c0d794f
1 file changed
readability/readability.py
@@ -20,7 +20,7 @@
20
from .debug import describe, text_content
21
22
23
-log = logging.getLogger()
+log = logging.getLogger("readability.readability")
24
25
REGEXES = {
26
'unlikelyCandidatesRe': re.compile('combx|comment|community|disqus|extra|foot|header|menu|remark|rss|shoutbox|sidebar|sponsor|ad-break|agegate|pagination|pager|popup|tweet|twitter', re.I),
0 commit comments