Blame rest-server/environments/development.yml

Packit Service 392537
# configuration file for development environment
Packit Service 392537
Packit Service 392537
# the logger engine to use
Packit Service 392537
# console: log messages to STDOUT (your console where you started the
Packit Service 392537
#          application server)
Packit Service 392537
# file:    log message to a file in log/
Packit Service 392537
logger: "console"
Packit Service 392537
Packit Service 392537
# the log level for this environment
Packit Service 392537
# core is the lowest, it shows Dancer's core log messages as well as yours
Packit Service 392537
# (debug, info, warning and error)
Packit Service 392537
log: "core"
Packit Service 392537
Packit Service 392537
# should Dancer consider warnings as critical errors?
Packit Service 392537
warnings: 1
Packit Service 392537
Packit Service 392537
# should Dancer show a stacktrace when an error is caught?
Packit Service 392537
show_errors: 1
Packit Service 392537
Packit Service 392537
# auto_reload is a development and experimental feature
Packit Service 392537
# you should enable it by yourself if you want it
Packit Service 392537
# Module::Refresh is needed 
Packit Service 392537
# 
Packit Service 392537
# Be aware it's unstable and may cause a memory leak.
Packit Service 392537
# DO NOT EVER USE THIS FEATURE IN PRODUCTION 
Packit Service 392537
# OR TINY KITTENS SHALL DIE WITH LOTS OF SUFFERING
Packit Service 392537
auto_reload: 0