replaced mail task with logger task in stress.json; should be the default for example files

This commit is contained in:
Johannes Findeisen 2013-11-23 19:59:26 +01:00
commit c8e3f52f1c

View file

@ -4,9 +4,9 @@
"_name": "admin",
"tasks": [
{
"class":"alert/mail",
"type": "error",
"args": { "rcpt": "hanez@linspector.org", "sender": "linspector@linspector.org" }
"class": "storage/logger",
"type": [ "ok", "warning", "error" ],
"args": { "directory": "/tmp/", "file": "data.log" }
}
]
}