Breakpoint on log error?

Is there a way to configure Rails so that it will breakpoint
on a logger.error? Ideally, you’d enter the breakpoint where
the error was generated.

I suppose if it’s not there, with open classes, anything is
possible. :slight_smile:


– Tom M.