Add `log_channel` configuration option
This commit is contained in:
parent
de1f472d76
commit
822dcafe48
|
@ -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,
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue