mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 00:29:53 -05:00
quiet down the logging
This commit is contained in:
parent
df6615cc2c
commit
7ff99266ea
@ -367,7 +367,7 @@ class RethinkDbFrontier:
|
||||
l = list(pages.values())
|
||||
for batch in (l[i:i+50] for i in range(0, len(l), 50)):
|
||||
try:
|
||||
self.logger.info(
|
||||
self.logger.debug(
|
||||
'inserting/replacing batch of %s pages', len(batch))
|
||||
result = self.rr.table('pages').insert(
|
||||
batch, conflict='replace').run()
|
||||
|
Loading…
x
Reference in New Issue
Block a user