Skip to content

Commit 24b3f69

Browse files
Update README.md
1 parent 24a7f76 commit 24b3f69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ return [
153153
'rabbitmq' => [
154154
// ...
155155
'logger' => [
156-
'enable' => true,
156+
'log' => true,
157157
'category' => 'application',
158158
'print_console' => false,
159159
'system_memory' => false,
@@ -163,7 +163,7 @@ return [
163163
],
164164
];
165165
```
166-
Logger enabled by default, but it log messages into main application log. You can change that by setting your own log target and specify corresponding category name, like 'amqp' is set above. Option 'print_console' disabled by default, it give you additional information while debugging a consumer in you console.
166+
Logger disabled by default. When enabled it will log messages into main application log or to your own log target if you specify corresponding category name. Option 'print_console' gives you additional information while debugging a consumer in you console.
167167

168168
Console commands
169169
-------------
@@ -382,4 +382,4 @@ Since version 1.\* this extension was completely rewritten internally and can be
382382

383383

384384
## License
385-
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmikemadisonweb%2Fyii2-rabbitmq.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmikemadisonweb%2Fyii2-rabbitmq?ref=badge_large)
385+
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmikemadisonweb%2Fyii2-rabbitmq.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmikemadisonweb%2Fyii2-rabbitmq?ref=badge_large)

0 commit comments

Comments
 (0)