This is TikiWiki CMS/Groupware v1.9.11 (CVS) -Sirius- © 2002–2008 by the Tiki community Tue 07 of Sep, 2010 [18:33 UTC]
Menu
  Wiki
  Forums
  FAQs

Error_Log_Level

backlinks print PDF
similarcomment

Error_Log_Level


(since 1.0)

Description


A number that controls what shall be logged to the error log. Add these numbers to get the desired "log level":
  • Fatal errors: 1
  • Errors: 2
  • Warnings: 4
  • Informational Messages: 8
  • Statistical Messages: 16
  • Debug Messages 32
  • NN 64
  • SQL Tracing: 128
  • NN 256
  • NN 1024
  • Trace function calls: 2048
  • NN 4096

The levels with "NN" are for further extensions and subject to change. See examples below.

Config file options


Error_Log_Level

Command line options


--error-log-level

Examples


Log everything:
Error_Log_Level="8191"

Log fatal, error and warnings (1+2+4)
Error_Log_Level="7"

Log fatal, error, warnings and trace sql calls (+128):
Error_Log_Level="135"

Recommended (fatal, error, warning and informational):
Error_Log_Level="15"

Contributors to this page: redflo .
Page last modified on Thursday 24 of January, 2008 [20:22:39 UTC].


google search
 
Powered by Tikiwiki Powered by PHP Powered by Smarty Powered by ADOdb Made with CSS Powered by RDF powered by The PHP Layers Menu System
RSS Wiki RSS Forums
[ Execution time: 0.10 secs ]   [ Memory usage: 3.52MB ]   [ GZIP Enabled ]   [ Server load: 0.01 ]