diff --git a/pmaw/PushshiftAPIBase.py b/pmaw/PushshiftAPIBase.py index d524454..d67d032 100644 --- a/pmaw/PushshiftAPIBase.py +++ b/pmaw/PushshiftAPIBase.py @@ -12,7 +12,7 @@ log = logging.getLogger(__name__) - +logging.basicConfig(level=logging.INFO) class PushshiftAPIBase: _base_url = "https://{domain}.pushshift.io/{{endpoint}}"