This file is indexed.

/etc/webgui/log.conf is in webgui 7.9.33-1.

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
# WebGUI uses the log4perl logging system.
# This configuration was written by Ernesto Hernández-Novich <emhn@usb.ve>
# in order to make WebGUI's logging comply with Debian Policy.
#
# You should read Log::Log4perl man page for details.

log4perl.logger = ERROR, mainlog 
log4perl.appender.mainlog = Log::Log4perl::Appender::File
log4perl.appender.mainlog.filename = /var/log/webgui/webgui.log 
log4perl.appender.mainlog.layout = PatternLayout
log4perl.appender.mainlog.layout.ConversionPattern = %d - %p - %c - %M[%L] - %m%n