Hi Michael The setting you're after isn't a Sphinx one (so it's not in the development.sphinx.conf file), but a Thinking Sphinx one. Put the following in your environment.rb: ThinkingSphinx.suppress_delta_output = true
Cheers -- Pat On 12/06/2009, at 1:30 AM, rockrep wrote: > > We've just recently started using Thinking Sphinx. Not sure this is > a TS issue or just a Sphinx issue. When we run rake tasks that > create models that are indexed, we get tons of output from Sphinx > while it runs delta indexes, e.g. > > using config file ... > indexing index 'task_delta'... > collected 161 docs, 0.0 MB > collected 0 attr values > sorted 0.0 Mvalues, 100.0% done > sorted 0.0 Mhits, 100.0% done > total 161 docs, 32318 bytes > total 0.019 sec, 1728975.00 bytes/sec, 8613.31 docs/sec > > Is there a way to configure this output to go to a file and not the > console, or just disable this output entirely, so we can see the > output from Rake without all the additional noise? > > I've looked through the sphinx.conf file that was generated from a > ts:conf command and couldn't find anything that seemed related. > > Thanks for any assistance, > > -Michael > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en -~----------~----~----~----~------~----~------~--~---
