From: Alexander Ebert Date: Fri, 4 Nov 2011 13:24:57 +0000 (+0100) Subject: Implemented a debug switch X-Git-Tag: 2.0.0_Beta_1~1623^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4aca5252b9d8a5cab75b9de9cc42c1b52e767960;p=GitHub%2FWoltLab%2FWCF.git Implemented a debug switch It is now possible to switch between debug and production, whereas the last setting will suppress any error message including file/line references and stacktraces. Furthermore errors will ALWAYS be written to a logfile, regardless if running in production or debug mode. By default debug mode is enabled for now, it MUST be set to 'production' once the software will be tossed into the wild. --- diff --git a/com.woltlab.wcf/option.xml b/com.woltlab.wcf/option.xml index ccbcb62f49..f696db3416 100644 --- a/com.woltlab.wcf/option.xml +++ b/com.woltlab.wcf/option.xml @@ -108,6 +108,17 @@ boolean 0 + +