Currently ms-ruby uses the Meilisearch::Utils.logger for logging while ms-rails uses Meilisearch::Rails.logger (which also uses Rail's own logger). It would be nice if we removed Meilisearch::Rails.logger logger and just set Meilisearch::Utils.logger to the Rails logger.
ms-ruby has an attr_writer on its logger which makes this possible.
Currently ms-ruby uses the
Meilisearch::Utils.loggerfor logging while ms-rails usesMeilisearch::Rails.logger(which also uses Rail's own logger). It would be nice if we removedMeilisearch::Rails.loggerlogger and just setMeilisearch::Utils.loggerto the Rails logger.ms-ruby has an attr_writer on its logger which makes this possible.