gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-blog] 01/02: suppressing output from noisy logger


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] 01/02: suppressing output from noisy logger
Date: Thu, 04 Jan 2018 10:55:25 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository blog.

commit 078cac0ccad168072c69dfc89f46a29a0dc2b7e2
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jan 3 13:06:43 2018 +0100

    suppressing output from noisy logger
---
 talerblog/blog/content.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/talerblog/blog/content.py b/talerblog/blog/content.py
index 1ddbf46..1a233bf 100644
--- a/talerblog/blog/content.py
+++ b/talerblog/blog/content.py
@@ -26,9 +26,9 @@ from bs4 import BeautifulSoup
 from pkg_resources import resource_stream, resource_filename
 
 LOGGER = logging.getLogger(__name__)
-
+NOISY_LOGGER = logging.getLogger("chardet.charsetprober")
+NOISY_LOGGER.setLevel(logging.INFO)
 Article = namedtuple("Article", "slug title teaser main_file extra_files")
-
 ARTICLES = OrderedDict()
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]