This file is indexed.

/usr/lib/ruby/vendor_ruby/logging/rails/generators/USAGE is in ruby-logging-rails 0.5.0-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
Description:
    Generates the configuration file used by the Logging framework.

Example:
    rails generate logging:install

    This will create:
        config/logging.rb

    And it will append "log_to" destinations to:
        config/environments/development.rb
        config/environments/production.rb