Move more settings to the gem
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user