This file is indexed.

/usr/lib/ruby/vendor_ruby/amqp/logger.rb is in ruby-amqp 0.9.5-2.

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
# encoding: utf-8

$stdout.puts <<-MESSAGE
-------------------------------------------------------------------------------------
DEPRECATION WARNING!

Use of amqp/logger.rb is deprecated. Instead of

  require "amqp/logger"

please use

  require "amqp/deprecated/logger"


Both amqp/logger.rb and AMQP::Logger will be REMOVED before 1.0 release.
MESSAGE

require "amqp/deprecated/logger"