lograge icon indicating copy to clipboard operation
lograge copied to clipboard

Display halted callbacks in log for Application Controller

Open benoittgt opened this issue 1 year ago • 2 comments

Fix https://github.com/roidrage/lograge/issues/258

Sometimes when you do the final render or redirection, it can be halted by a controller callback. With the existing code, it can very hard to understand where it stopped.

With this commit, the intent is to provide the method name where it stops.

Close #259

benoittgt avatar Sep 28 '23 13:09 benoittgt

Hey @benoittgt, this is marked WIP but I assume it's good to merge? Looks good to me.

benlovell avatar Oct 10 '23 18:10 benlovell

I think @jeremybdk wanted to test it before.

benoittgt avatar Oct 24 '23 13:10 benoittgt