@@ -243,7 +243,7 @@ func indexTransactions(db ethdb.Database, from uint64, to uint64, interrupt chan
243
243
case <- interrupt :
244
244
log .Debug ("Transaction indexing interrupted" , "blocks" , blocks , "txs" , txs , "tail" , lastNum , "elapsed" , common .PrettyDuration (time .Since (start )))
245
245
default :
246
- log .Info ("Indexed transactions" , "blocks" , blocks , "txs" , txs , "tail" , lastNum , "elapsed" , common .PrettyDuration (time .Since (start )))
246
+ log .Debug ("Indexed transactions" , "blocks" , blocks , "txs" , txs , "tail" , lastNum , "elapsed" , common .PrettyDuration (time .Since (start )))
247
247
}
248
248
}
249
249
@@ -335,7 +335,7 @@ func unindexTransactions(db ethdb.Database, from uint64, to uint64, interrupt ch
335
335
case <- interrupt :
336
336
log .Debug ("Transaction unindexing interrupted" , "blocks" , blocks , "txs" , txs , "tail" , to , "elapsed" , common .PrettyDuration (time .Since (start )))
337
337
default :
338
- log .Info ("Unindexed transactions" , "blocks" , blocks , "txs" , txs , "tail" , to , "elapsed" , common .PrettyDuration (time .Since (start )))
338
+ log .Debug ("Unindexed transactions" , "blocks" , blocks , "txs" , txs , "tail" , to , "elapsed" , common .PrettyDuration (time .Since (start )))
339
339
}
340
340
}
341
341
0 commit comments