remove duplicated stream handler

This commit is contained in:
Frédéric Péters 2018-05-16 12:57:16 +02:00
parent 6eea71f5eb
commit 26e0921a95
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ config_filepath = options.config
import logging
logging.getLogger().addHandler(logging.StreamHandler())
logging.basicConfig(level=logging.DEBUG,
format='%(asctime)s %(message)s')
logging.getLogger().addHandler(logging.StreamHandler())