]> git.ktnx.net Git - lsl.git/blob - environments/development.yml
first take at a Dancer2 app, some functions work
[lsl.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 Dancer2's core log messages as well as yours
11 # (debug, info, warning and error)
12 log: "core"
13
14 # should Dancer2 show a stacktrace when an 5xx error is caught?
15 # if set to yes, public/500.html will be ignored and either
16 # views/500.tt, 'error_template' template, or a default error template will be used.
17 show_errors: 1
18
19 # print the banner
20 startup_info: 1