Is it possible to dump whole stack information into logs in case of error ? As a default setting I can only see last line where the error occurred but I have no information about the context of it so debugging is really difficult.
Fuel uses Monolog for it's logging, and that gets the exception passed. So you should be able to overload Log::initialize(), and add a processor for it.