Add `log_channel` configuration option

This commit is contained in:
Sébastien Nikolaou 2018-11-15 21:15:59 +02:00
parent de1f472d76
commit 822dcafe48
1 changed files with 13 additions and 0 deletions

View File

@ -120,4 +120,17 @@
], ],
], ],
/*
|--------------------------------------------------------------------------
| Log Channel
|--------------------------------------------------------------------------
|
| If you are using the "log" driver, you may specify a different channel
| name if you prefer to keep e-mail messages separated from other log
| messages. Otherwise, Laravel will select the default log channel.
|
*/
'log_channel' => null,
]; ];