This file is indexed.

/etc/gforge/plugins/moinmoin/moinmoin.conf is in fusionforge-plugin-moinmoin 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
27
28
29
30
31
[DEFAULT]
# Logfile to create.
# Make sure the running moin process has create/write rights there.
logfile=/var/lib/gforge/plugins/moinmoin/wikidata/moinmoin.log

# Default loglevel, to adjust verbosity: DEBUG, INFO, WARNING, ERROR, CRITICAL
loglevel=ERROR

[loggers]
keys=root

[handlers]
keys=logfile

[formatters]
keys=logfile

[logger_root]
level=%(loglevel)s
handlers=logfile

[handler_logfile]
class=FileHandler
formatter=logfile
level=%(loglevel)s
args=('%(logfile)s', 'at')

[formatter_logfile]
format=%(levelname)s %(asctime)s %(name)s:%(lineno)d %(message)s
datefmt=
class=logging.Formatter