Browse Source

Add `log_channel` configuration option

Sébastien Nikolaou 5 years ago
parent
commit
822dcafe48
1 changed files with 13 additions and 0 deletions
  1. 13 0
      config/mail.php

+ 13 - 0
config/mail.php

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