update config

This commit is contained in:
2023-07-27 19:48:04 +10:00
parent 242fb9dda0
commit d4b3300b88

View File

@@ -54,7 +54,7 @@ return [
'channels' => [ 'channels' => [
'stack' => [ 'stack' => [
'driver' => 'stack', 'driver' => 'stack',
'channels' => ['single'], 'channels' => ['single', 'email'],
'ignore_exceptions' => false, 'ignore_exceptions' => false,
], ],
@@ -135,6 +135,7 @@ return [
'subject' => 'Laravel Error', 'subject' => 'Laravel Error',
], ],
'level' => 'info', // Set the log level you want to be emailed (e.g., 'error', 'warning', 'info', etc.). 'level' => 'info', // Set the log level you want to be emailed (e.g., 'error', 'warning', 'info', etc.).
'replace_placeholders' => true,
], ],
], ],