diff --git a/docs/source/settings.rst b/docs/source/settings.rst index 4ef826b..bbe789a 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -4,7 +4,7 @@ Settings ============== Options are also configurable through settings files. See -`settings.json ` +`settings JSON file `_ for the list of currently supported options. After start Maigret tries to load configuration from the following sources in exactly the same order: diff --git a/maigret/settings.py b/maigret/settings.py index 1ab2fd7..57fe0de 100644 --- a/maigret/settings.py +++ b/maigret/settings.py @@ -54,9 +54,6 @@ class Settings: ) self.__dict__.update(data) - import logging - - logging.error(data) if data: was_inited = True