Skip to content

Commit 822dcaf

Browse files
committed
Add log_channel configuration option
1 parent de1f472 commit 822dcaf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

config/mail.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,17 @@
120120
],
121121
],
122122

123+
/*
124+
|--------------------------------------------------------------------------
125+
| Log Channel
126+
|--------------------------------------------------------------------------
127+
|
128+
| If you are using the "log" driver, you may specify a different channel
129+
| name if you prefer to keep e-mail messages separated from other log
130+
| messages. Otherwise, Laravel will select the default log channel.
131+
|
132+
*/
133+
134+
'log_channel' => null,
135+
123136
];

0 commit comments

Comments
 (0)