- Issue created by @neclimdul
- π«π·France ericdsd France
Hi have the same output on drush cron after search_api_solr update
- π¬π§United Kingdom tim corkerton
I have the same after search_api_solr update too. Is it actually a problem?
Search api solr still appears to function ok - πΊπΈUnited States neclimdul Houston, TX
Its not a "problem" per say. It seems the way the code gets run now the output isn't being captured but is instead ending up being output.
From memory,
{ "command":"buildAll"}
is the response from solr saying "I recieved the buildAll command from you and ran it." - π³π±Netherlands SanderJP
Is there a way to suppress this output? This is spamming the cron logs and also sending mails if you use MAILTO= in the crontab.
- π¬π§United Kingdom tim corkerton
@sanderjp I'd like to get rid f it but at the moment I suppress it in crontab using
drush --uri=sitename -q cron | ack -v '^({| "command":"buildAll"})$'