Mercurial > hg > rlgallery-misc
view lighttpd/conf.d/debug.conf @ 68:67bcca6e3cb1
Prevent crashes if no ttyrec files can be associated with a game.
If the postprocessing step finds no ttyrec files created between a
game's end and the previous game's end, it will no longer index an
empty list and crash.
The condition of finding no ttyrec files is still a bug that requires
investigation.
author | John "Elwin" Edwards |
---|---|
date | Sat, 16 Jan 2016 02:12:50 +0000 |
parents | 70a883519753 |
children |
line wrap: on
line source
####################################################################### ## ## Debug options ## --------------- ## ## Enable those options for debugging the behavior ## ## The settings can be set per location/vhost. ## ## ## log-request-handling allows you to track the request ## handing inside lighttpd. ## #debug.log-request-handling = "enable" ## ## log all request headers. ## #debug.log-request-header = "enable" ## ## similar to log-request-header. ## but only logs if we encountered an error. ## (return codes 400 and 5xx) ## #debug.log-request-header-on-error = "enable" ## ## log the header we send out to the client. ## #debug.log-response-header = "enable" ## ## log if a file wasnt found in the error log. ## #debug.log-file-not-found = "enable" ## ## debug conditionals handling ## #debug.log-condition-handling = "enable" # #######################################################################