replaced mail task with logger task in stress.json; should be the default for example files
This commit is contained in:
parent
880c45cd05
commit
c8e3f52f1c
1 changed files with 3 additions and 3 deletions
|
|
@ -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" }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue