1e0ng / simhash

A Python Implementation of Simhash Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to suppress "Big bucket found"

nkadochn opened this issue · comments

How can effectively I suppress "Big bucket found" message? On larger files, I frequently see thousands of them in an output, which makes it difficult to review the results.

commented

When creating the SimhashIndex, there is an optional parameter log and we can pass a custom logger into it.