From 822dcafe48fe7664393a0b868ec989b902c12804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Nikolaou?= Date: Thu, 15 Nov 2018 21:15:59 +0200 Subject: [PATCH] Add `log_channel` configuration option --- config/mail.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/mail.php b/config/mail.php index bb92224c..9af9e645 100644 --- a/config/mail.php +++ b/config/mail.php @@ -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, + ];