Use a cleaner user interface — dropdowns
[wnstats.git] / environments / development.yml
blobbf9f22880806db9c4120a790a4ef048a5e6319f5
1 # configuration file for development environment
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"
9 # the log level for this environement
10 # core is the lowest, it shows Dancer's core log messages as well as yours
11 # (debug, warning and error)
12 log: "core"
14 # should Dancer consider warnings as critical errors?
15 warnings: 1
17 # should Dancer show a stacktrace when an error is caught?
18 show_errors: 1
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 THAT FEATURE IN PRODUCTION 
26 # OR TINY KITTENS SHALL DIE WITH LOTS OF SUFFERING
27 auto_reload: 0