Exclude Log Levels

This commit is contained in:
2025-10-23 12:26:28 +02:00
parent 0b8e72fb7b
commit 7ff537a005

View File

@@ -42,6 +42,7 @@ Laravel will auto-discover the `LogHandlerServiceProvider`.
LOGHANDLER_TIMEOUT_MS=3000 LOGHANDLER_TIMEOUT_MS=3000
LOGHANDLER_RETRY_TIMES=0 LOGHANDLER_RETRY_TIMES=0
LOGHANDLER_INCLUDE_TRACE=false LOGHANDLER_INCLUDE_TRACE=false
LOGHANDLER_EXCLUDE_LEVELS=debug,info
``` ```
3. **Logging stack** ensure the `loghandler` channel participates in your default stack: 3. **Logging stack** ensure the `loghandler` channel participates in your default stack: