-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
maintenanceAnything related to maintenance (CI, tests, refactoring...)Anything related to maintenance (CI, tests, refactoring...)
Description
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.
Metadata
Metadata
Assignees
Labels
maintenanceAnything related to maintenance (CI, tests, refactoring...)Anything related to maintenance (CI, tests, refactoring...)