rubyonjets/jets

Move request completed log to its own method

Closed this issue · 0 comments

Summary

Web request logs a start and a completion log. The start log has its own method Jets::Controller::Base#log_info_start however the completion log does not. This does not allow for easy log customization without over-riding the entire Jets::Controller::Base#dispatch! method

Motivation

For easy log customization

Drawbacks

unknown