From d4b3300b881b61ef3821ab29dfdcc7891ca28784 Mon Sep 17 00:00:00 2001 From: James Collins Date: Thu, 27 Jul 2023 19:48:04 +1000 Subject: [PATCH] update config --- config/logging.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/logging.php b/config/logging.php index f3d2dfc..5f8dcc0 100644 --- a/config/logging.php +++ b/config/logging.php @@ -54,7 +54,7 @@ return [ 'channels' => [ 'stack' => [ 'driver' => 'stack', - 'channels' => ['single'], + 'channels' => ['single', 'email'], 'ignore_exceptions' => false, ], @@ -135,6 +135,7 @@ return [ 'subject' => 'Laravel Error', ], 'level' => 'info', // Set the log level you want to be emailed (e.g., 'error', 'warning', 'info', etc.). + 'replace_placeholders' => true, ], ],