lib/rage/application.rb in rage-rb-0.5.0 vs lib/rage/application.rb in rage-rb-0.5.1
- old
+ new
@@ -59,7 +59,8 @@
(Process.clock_gettime(Process::CLOCK_MONOTONIC) - logger[:request_start]) * 1000
).round(2)
logger[:final] = { env:, params:, response:, duration: }
Rage.logger.info("")
+ logger[:final] = nil
end
end