We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a84f4 commit 84c4b80Copy full SHA for 84c4b80
README.md
@@ -51,7 +51,7 @@ return [
51
*/
52
'event-consumer-mode' => 'sync',
53
54
- 'log-channel' => 'daily',
+ 'log-channel' => env('RABBITMQ_LOG_CHANNEL', 'daily'),
55
56
'queue-name' => 'default',
57
];
0 commit comments