flaxsearch / flaxcode

Automatically exported from code.google.com/p/flaxcode
4 stars 1 forks source link

Logger should report start and stop of indexing #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I figure it would be useful to know the start and stop time of indexing
when dealing with a big collection; however setting the indexer log option
to 'INFO' also logs the indexing of every file...should the 'start indexing
a collection' and 'ended indexing a collection' events be logged at a
higher level?

Original issue reported on code.google.com by charliej...@gmail.com on 21 Nov 2007 at 4:25

GoogleCodeExporter commented 9 years ago
Rather, I think it may make sense to log the indexing of every file only at 
debug level.

Original comment by boulton.rj@gmail.com on 22 Nov 2007 at 7:19

GoogleCodeExporter commented 9 years ago
OK, that's done. In the long run maybe it makes sense to have a greater 
granularity
of loggers, that would allow for people to configure the log output with more
precision to just get the output they want.

Original comment by paul.x.r...@googlemail.com on 22 Nov 2007 at 2:42