diff options
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -22,6 +22,7 @@ charset: "UTF-8" #template: "simple" template: 'mojo_template' +session: 'simple' # template: "template_toolkit" # engines: @@ -30,3 +31,9 @@ template: 'mojo_template' # start_tag: '[%' # end_tag: '%]' +#logger: 'file' +#log: 'core' # will log all messages, including messages from Dancer itself +#log: 'debug' # will log debug, info, warning and error messages +#log: 'info' # will log info, warning and error messages +#log: 'warning' # will log warning and error messages +#log: 'error' # will log error messages |