Logging

Configuring Log handlers

If you change the min_level line to 'debug' Then the handler will also log all messages.

    <LogDispatch>
      <LogName file>
       module    = Log::Dispatch::File
       filename  = ../framework/projects/logs/webapp.log
       min_level = debug
       mode      = append
      </LogName>

      append_newline = 1
      format         = [%P][%d] %F %L %p - %m%n

    </LogDispatch>