From 4577608b81ee113efe7c01acee22b58f99ea683b Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 22 Nov 2013 18:47:07 +0100 Subject: [PATCH] added todays new code features to dev.json --- examples/dev.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/dev.json b/examples/dev.json index 9ee329a..29c7f25 100644 --- a/examples/dev.json +++ b/examples/dev.json @@ -5,9 +5,15 @@ "tasks": [ { "class": "storage/mongodb", - "type": "ok", + "type": [ "ok", "warning", "error" ], "args": { "database" : "linspector" } }, + { + "class": "storage/logger", + "type": [ "ok", "warning", "error" ], + "args": { "directory": "/tmp/", + "file": "data.log" } + }, { "class": "alert/mail", "type": "error",