This file is indexed.

/etc/request-tracker4/RT_SiteConfig.d/60-logging is in request-tracker4 4.2.12-5.

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
# Logging to file isn't a good default strategy; see #747076
Set($LogToFile , undef);
Set($LogDir, '/var/log/request-tracker4');
Set($LogToFileNamed , "rt.log");    #log to rt.log

# Log to Syslog by default instead
Set($LogToSyslog, 'warning');