added todays new code features to dev.json

This commit is contained in:
Johannes Findeisen 2013-11-22 18:47:07 +01:00
commit 4577608b81

View file

@ -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",