File tree 1 file changed +2
-19
lines changed
1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change 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
1
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
2
log : " warning"
3
+ show_stacktrace : 0
4
+ no_server_tokens : 1
13
5
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_stacktrace : 1
18
-
19
- # print the banner
20
- startup_info : 1
21
-
22
- # Plugin configuration
23
6
plugins :
24
7
DBIx::Class :
25
8
default :
You can’t perform that action at this time.
0 commit comments