We have a largish solr index that handles roughly 200K new docs a day
and also roughly a million queries a day from other programs. It's
hosted by resin.
A couple of times in the past few weeks something "bad" has happened
-- a lock error or file handle error, or maybe a required field
wasn't being sent by the indexer for some reason. We want to be able
to know about this stuff asap without having to stare at the huge
resin log all day.
Is there a way to filter the log that goes into resin by "bad/fatal"
stuff separate from the usual request logging? I would like to put
the solr errors somewhere else so it's more maintainable.
- logging bad stuff separately in resin Brian Whitman
-