cleaned up all this logging stuff. logging to files does not work anymore but that will be fixed. use -q when starting linspector for now
This commit is contained in:
parent
da6e575410
commit
cbb106ee8a
38 changed files with 188 additions and 164 deletions
|
|
@ -19,8 +19,11 @@ You should have received a copy of the GNU Affero General Public License
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
|
||||
from logging import getLogger
|
||||
from linspector.processors.processor import Processor
|
||||
|
||||
logger = getLogger(__name__)
|
||||
|
||||
|
||||
class MongodbProcessor(Processor):
|
||||
def __init__(self, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue