From 7ff537a005a09793bfe76cdb4e6a86e9007777cf Mon Sep 17 00:00:00 2001 From: mherrlein Date: Thu, 23 Oct 2025 12:26:28 +0200 Subject: [PATCH] Exclude Log Levels --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7d44616..5f75465 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Laravel will auto-discover the `LogHandlerServiceProvider`. LOGHANDLER_TIMEOUT_MS=3000 LOGHANDLER_RETRY_TIMES=0 LOGHANDLER_INCLUDE_TRACE=false + LOGHANDLER_EXCLUDE_LEVELS=debug,info ``` 3. **Logging stack** – ensure the `loghandler` channel participates in your default stack: