This file is indexed.

/etc/fusionforge/config.ini.d/debug.ini is in gforge-common 5.3.2+20141104-3+deb8u3.

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

; report errors to pink-popup instead of syslog (if sysdebug_enable)
sysdebug_dberrors = true
; tracing (if sysdebug_enable); implies sysdebug_dberrors
sysdebug_dbquery = false

; output validation (if sysdebug_enable)

; XHTML/1.0 Transitional + RDFa validation using xmlstarlet and the DTD
sysdebug_xmlstarlet = false