Modify the log levels of LocalDuplicatedRemovedScheduler.java
The old version will print a debug level log each time the push method is called. So sometimes, when a html page have multiple links for the same page, the debug log will appears more than once. Also, when we meet a duplicate URL, it will also print a log, which will be confusing. I change the level of it to trace. And each time a URL is really push into queue, print a debug level log.pull/84/head
parent
44293cd894
commit
762a3973fd
Loading…
Reference in New Issue