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, + ];