mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Merge pull request #210 from soxoj/settings-logging
Removed redundant logging
This commit is contained in:
@@ -4,7 +4,7 @@ Settings
|
||||
==============
|
||||
|
||||
Options are also configurable through settings files. See
|
||||
`settings.json <https://github.com/soxoj/maigret/blob/main/maigret/resources/settings.json>`
|
||||
`settings JSON file <https://github.com/soxoj/maigret/blob/main/maigret/resources/settings.json>`_
|
||||
for the list of currently supported options.
|
||||
|
||||
After start Maigret tries to load configuration from the following sources in exactly the same order:
|
||||
|
||||
@@ -54,9 +54,6 @@ class Settings:
|
||||
)
|
||||
|
||||
self.__dict__.update(data)
|
||||
import logging
|
||||
|
||||
logging.error(data)
|
||||
if data:
|
||||
was_inited = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user