From 35141788db2159d1ca6e518d9acfa8267a6d2ce8 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Fri, 9 May 2025 21:09:53 +0100 Subject: [PATCH] fix(stremthru): fix log level options from `WARNING` to `WARN` --- apps/stremthru/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/stremthru/.env b/apps/stremthru/.env index 7e077f3..57e24b4 100644 --- a/apps/stremthru/.env +++ b/apps/stremthru/.env @@ -16,7 +16,7 @@ # LOGGING CONFIGURATION # ================================ -# The level of information to log. The options are: DEBUG, INFO, WARNING, ERROR +# The level of information to log. The options are: DEBUG, INFO, WARN, ERROR STREMTHRU_LOG_LEVEL=INFO # The format of the log output. The options are: json, text STREMTHRU_LOG_FORMAT=json