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",
|
"_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" }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue