From 69c416fa4ed978b64d5e4178ce57a3624e0ec069 Mon Sep 17 00:00:00 2001 From: William Date: Fri, 1 Jul 2022 16:22:51 +0200 Subject: [PATCH] Redirection des logs vers stderr. --- config/logging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/logging.php b/config/logging.php index 934ec3b..a93a7e1 100644 --- a/config/logging.php +++ b/config/logging.php @@ -37,7 +37,7 @@ return [ 'channels' => [ 'stack' => [ 'driver' => 'stack', - 'channels' => ['single'], + 'channels' => ['single', 'stderr'], 'ignore_exceptions' => false, ],