Move more settings to the gem

This commit is contained in:
Jorge Manrubia
2025-11-26 17:31:51 +01:00
parent 2ff944b805
commit fa9ee0381d
2 changed files with 0 additions and 9 deletions
-3
View File
@@ -94,7 +94,4 @@ Rails.application.configure do
config.solid_queue.connects_to = { database: { writing: :queue, reading: :queue } }
end
if config.respond_to?(:structured_logging) && Rails.root.join("tmp/structured-logging.txt").exist?
config.structured_logging.logger = ActiveSupport::Logger.new("log/structured-development.log")
end
end