/etc/fusionforge/config.ini.d/debug.ini is in gforge-common 5.1.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | [core]
; Switch to "development" or "integration" to add extra debugging
installation_environment = production
; fine-grained control over debugging
; enable debugging at all (overlay the page with pink box)
sysdebug_enable = false
; enable the PHP Error Handler (default if sysdebug_enable)
sysdebug_phphandler = true
; show backtraces for those (can be VERY long, esp. in gf-p-mediawiki)
sysdebug_backtraces = false
; also report (display) ignored errors, e.g. from @call
sysdebug_ignored = false
; tracing (if sysdebug_enable)
sysdebug_dbquery = false
; output validation (if sysdebug_enable)
; XHTML/1.0 Transitional validation using xmlstarlet and the DTD
sysdebug_xmlstarlet = false
; Akelos validator; apparently XHTML/1.0 Strict or XHTML/1.1 (?)
sysdebug_akelos = false
|