• F
    log fatal errors that we catch · c72910a8
    Felix Gilcher 提交于
    In case we rescue from a fatal error, we want the error and the backtrace to
    the error logged, so we can debug later on. This change injects the configured
    logger from the rails app to the grape API and logs error as well as backtrace
    in a rails-like fashion.
    c72910a8
routes.rb 6.9 KB