This file is indexed.

/usr/share/pyshared/zope/app/server/accesslog.xml is in python-zope.app.server 3.6.0-0ubuntu3.

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
<component>

  <import package="ZConfig.components.logger" file="handlers.xml"/>
  <import package="ZConfig.components.logger" file="logger.xml"/>

  <sectiontype name="accesslog"
               datatype="zope.app.server.accesslog.AccessLogFactory"
               extends="ZConfig.logger.base-logger">
    <description>
      Configuration for the access logger.

      Note that the setting of verbosity level and message formats are not
      used.  All logging is done using the Common Log Format.
    </description>
  </sectiontype>

</component>