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