This file is indexed.

/usr/share/doc/libatombus-perl/examples/environments/development.yml is in libatombus-perl 1.0405-1.

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
# configuration file for development environment

logger: "file"

# core is the lowest, it shows Dancer's core log messages as well as yours
# (debug, warning and error)

#log: "core"
log: "debug"

# shoud Dancer consider warnings as critical errors?
warnings: 1

# should Dancer show a stacktrace when an error is caught?
show_errors: 1