This file is indexed.

/usr/lib/erlang/lib/lager-3.5.2/ebin/lager.app is in erlang-lager 3.5.2-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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{application,lager,
             [{description,"Erlang logging framework"},
              {vsn,"3.5.2"},
              {modules,[error_logger_lager_h,lager,lager_app,
                        lager_backend_throttle,lager_common_test_backend,
                        lager_config,lager_console_backend,lager_crash_log,
                        lager_default_formatter,lager_file_backend,
                        lager_format,lager_handler_watcher,
                        lager_handler_watcher_sup,lager_manager_killer,
                        lager_msg,lager_stdlib,lager_sup,lager_transform,
                        lager_trunc_io,lager_util]},
              {applications,[kernel,stdlib,goldrush]},
              {registered,[lager_sup,lager_event,lager_crash_log,
                           lager_handler_watcher_sup]},
              {mod,{lager_app,[]}},
              {env,[{colored,false},
                    {colors,[{debug,"\e[0;38m"},
                             {info,"\e[1;37m"},
                             {notice,"\e[1;36m"},
                             {warning,"\e[1;33m"},
                             {error,"\e[1;31m"},
                             {critical,"\e[1;35m"},
                             {alert,"\e[1;44m"},
                             {emergency,"\e[1;41m"}]},
                    {crash_log,"log/crash.log"},
                    {crash_log_msg_size,65536},
                    {crash_log_size,10485760},
                    {crash_log_date,"$D0"},
                    {crash_log_count,5},
                    {error_logger_redirect,true},
                    {error_logger_hwm,50},
                    {async_threshold,20},
                    {async_threshold_window,5}]},
              {maintainers,["Mark Allen","Andrew Thompson"]},
              {licenses,["Apache 2"]},
              {links,[{"Github","https://github.com/erlang-lager/lager"}]}]}.