dmmiller612 / bert-extractive-summarizer

Easy to use extractive text summarization with BERT
MIT License
1.38k stars 305 forks source link

logging config in bert_parent set to WARNING #61

Open marcoboucas opened 4 years ago

marcoboucas commented 4 years ago

The logging.basicConfig(level=logging.WARNING) in the file summarizer.bert_parent prevent the use of other config with logging when using this module.

Importing the module summarizer and using it make this line of code be executed, overriding logging config from our module.