Skip to content

Commit 00c595a

Browse files
committed
ICL: Readme fixes.
1 parent 7141224 commit 00c595a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,22 +140,16 @@ class Foo extends Command
140140
Fatal error is handled and logged:
141141
142142
```
143-
[2016-05-11 17:19:21]: [INFO]: Command `App\Console\Commands\Foo` initialized.
144-
[2016-05-11 17:19:21]: [INFO]: Host: `MyHost.local` (`10.0.1.1`).
145-
[2016-05-11 17:19:21]: [INFO]: Database host: `MyHost.local`, port: `3306`, ip: ``.
146-
[2016-05-11 17:19:21]: [INFO]: Database date: `2016-05-11 17:19:21`.
147143
[2016-05-11 17:19:21]: [ERROR]: Call to undefined function App\Console\Commands\fatal()
148144
array:4 [
149145
"code" => 0
150146
"message" => "Call to undefined function App\Console\Commands\fatal()"
151147
"file" => "/Applications/MAMP/htdocs/illuminated-console-logger-test/app/Console/Commands/Foo.php"
152148
"line" => 15
153149
]
154-
[2016-05-11 17:19:21]: [INFO]: Execution time: 0.009 sec.
155-
[2016-05-11 17:19:21]: [INFO]: Memory peak usage: 8 MB.
156150
```
157151
158-
And here is an email notification:
152+
And email notification would be sent:
159153
160154
![Notification example](doc/img/notification-example.png)
161155

0 commit comments

Comments
 (0)