Skip to content

Commit c0d794f

Browse files
committed
Update readability.py
Fixed logging namespace
1 parent 398f6ad commit c0d794f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readability/readability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from .debug import describe, text_content
2121

2222

23-
log = logging.getLogger()
23+
log = logging.getLogger("readability.readability")
2424

2525
REGEXES = {
2626
'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

Comments
 (0)