ShelterTechSF / askdarcel-api

Backend of the "Ask Darcel" app.
GNU General Public License v3.0
8 stars 24 forks source link

Algolia Rails client logs to stderr #668

Closed drcaramelsyrup closed 1 year ago

drcaramelsyrup commented 1 year ago

Attempt to address https://github.com/ShelterTechSF/askdarcel-api/issues/662 by configuring Algolia client to log to $stderr. Requires algoliasearch-rails version 2.2.0 (ran bundle update algoliasearch-rails) to set a custom logger (see https://github.com/algolia/algoliasearch-rails/pull/420).