Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Dump whole stack into log
  • Hi there,

    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.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion