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", "_name": "admin",
"tasks": [ "tasks": [
{ {
"class":"alert/mail", "class": "storage/logger",
"type": "error", "type": [ "ok", "warning", "error" ],
"args": { "rcpt": "hanez@linspector.org", "sender": "linspector@linspector.org" } "args": { "directory": "/tmp/", "file": "data.log" }
} }
] ]
} }