This file is indexed.

/usr/lib/ruby/vendor_ruby/log4r/config.rb is in ruby-log4r 1.1.10-3.

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
# :nodoc:
# Version:: $Id$

module Log4r
  module Log4rConfig #:nodoc:
    LogLevels = ['DEBUG', 'INFO', 'WARN', 'ERROR', 'FATAL']
    LoggerPathDelimiter = '::'
  end    
end