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

View File

@@ -120,4 +120,17 @@ return [
],
],
/*
|--------------------------------------------------------------------------
| 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,
];