flask-msearch icon indicating copy to clipboard operation
flask-msearch copied to clipboard

Something is logging everything

Open gu1lhem opened this issue 4 years ago • 1 comments

I get a log for every index creation ("creating index: ") / update ("updating index: ") and I have no idea where it comes from. I though about whoosh but there is no such thing as a log metionned in the doc. Any ideas ?

gu1lhem avatar May 03 '20 20:05 gu1lhem

Using

from flask_msearch.backends import logger

logger.setLevel(logging.CRITICAL)

to disable the log.

honmaple avatar May 18 '20 02:05 honmaple