From 42276f2b10cec098132c90a5aef78af1fe7e1521 Mon Sep 17 00:00:00 2001 From: Tint Naing Win Date: Mon, 9 Oct 2023 15:40:44 +0700 Subject: [PATCH] chore:update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index be2bed5..3dd0cb6 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,11 @@ return [ */ 'log_writer' => \AgeekDev\HttpLogger\DefaultLogWriter::class, + /* + * The log channel used to write the request. + */ + 'log_channel' => env('LOG_CHANNEL', 'stderr'), + /* * The log level used to log the request. */