ContentMine / getpapers

Get metadata, fulltexts or fulltext URLs of papers matching a search query

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logger shouldn't be a global

tarrow opened this issue · comments

As the title we shouldn't have the log as a global. Instead we can use a more recent version of winston and manipulate the default logger.

The main advantage of this is that it means we can start testing components in isolation.