summaryrefslogtreecommitdiffstats
path: root/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.yml b/config.yml
index 2b2e432..b37c886 100644
--- a/config.yml
+++ b/config.yml
@@ -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