fix(stremthru): fix log level options from WARNING to WARN

This commit is contained in:
Viren070
2025-05-09 21:09:53 +01:00
parent 6daa53899b
commit 35141788db
+1 -1
View File
@@ -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