Logging

Configuring Log handlers

If you change the min_level line to 'notice' Then the handler will also log all info and notice messages as well.

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

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

    </LogDispatch>