specifying WARNING level
This commit is contained in:
parent
bf3dbeadb0
commit
378e4a31ad
@ -56,6 +56,7 @@ database = wiki
|
|||||||
; $_COOKIE, $_SESSION)
|
; $_COOKIE, $_SESSION)
|
||||||
; - wiki-related stuff, e.g. time elapsed to parse wikitext
|
; - wiki-related stuff, e.g. time elapsed to parse wikitext
|
||||||
; to HTML
|
; to HTML
|
||||||
|
; - uncaught exceptions bubble out
|
||||||
;
|
;
|
||||||
; The default is "off".
|
; The default is "off".
|
||||||
;
|
;
|
||||||
@ -79,7 +80,7 @@ logging = off
|
|||||||
; DEBUG - logs everything under the sun
|
; DEBUG - logs everything under the sun
|
||||||
; INFO - logs informational events (e.g. "Query on wiki.history
|
; INFO - logs informational events (e.g. "Query on wiki.history
|
||||||
; returned 30 rows")
|
; returned 30 rows")
|
||||||
; WARNING - logs warnings (e.g. "two people editing the same page")
|
; WARNING - logs warnings (e.g. an uncaught exception)
|
||||||
; ERROR - logs page-crashing errors (e.g. "query on wiki.history
|
; ERROR - logs page-crashing errors (e.g. "query on wiki.history
|
||||||
; failed: could not resolve hostname")
|
; failed: could not resolve hostname")
|
||||||
; DEATH - logs program-crashing errors (e.g. "cannot connect
|
; DEATH - logs program-crashing errors (e.g. "cannot connect
|
||||||
|
Loading…
Reference in New Issue
Block a user