Is there another way to diagnose a failing route in production other than checking available logs ? I've got a failing route that doesn't fail in development. When I look into logs available to me on PA it doesn't show any error but the route fails anyway.
Is there another way to diagnose a failing route or do I need to configure Flask's logger ?