]> git.evergreen-ils.org Git - working/NCIPServer.git/blob - environments/development.yml
A little more defensive programming in NCIP::ILS::Evergreen.
[working/NCIPServer.git] / environments / development.yml
1 # configuration file for development environment
2
3 # the logger engine to use
4 # console: log messages to STDOUT (your console where you started the
5 #          application server)
6 # file:    log message to a file in log/
7 logger: "console"
8
9 # the log level for this environment
10 # core is the lowest, it shows Dancer's core log messages as well as yours
11 # (debug, info, warning and error)
12 log: "core"
13
14 # should Dancer consider warnings as critical errors?
15 warnings: 1
16
17 # should Dancer show a stacktrace when an error is caught?
18 show_errors: 1
19
20 # auto_reload is a development and experimental feature
21 # you should enable it by yourself if you want it
22 # Module::Refresh is needed 
23
24 # Be aware it's unstable and may cause a memory leak.
25 # DO NOT EVER USE THIS FEATURE IN PRODUCTION 
26 # OR TINY KITTENS SHALL DIE WITH LOTS OF SUFFERING
27 auto_reload: 0