feat: update logging level warning message

This commit is contained in:
SunBK201 2025-11-27 18:24:14 +08:00
parent 1e2cac885d
commit bdd13b0b86
2 changed files with 3 additions and 3 deletions

View File

@ -141,7 +141,7 @@ function M.add_log_fields(section)
log_level:value("ERROR")
log_level.default = "WARN"
log_level.description = translate(
"Sets the logging level. Do not keep the log level set to DEBUG/INFO for an extended period of time.")
"Sets the logging level. Do not keep the log level set to DEBUG for an extended period of time.")
-- Log Lines
local logLines = section:taboption("log", Value, "log_lines", translate("Display Lines"))

View File

@ -110,8 +110,8 @@ msgstr "最近访问目标地址"
msgid "Display Lines"
msgstr "显示行数"
msgid "Sets the logging level. Do not keep the log level set to DEBUG/INFO for an extended period of time."
msgstr "DEBUG / INFO 仅用于问题反馈与调试,请勿长时间保持该级别。"
msgid "Sets the logging level. Do not keep the log level set to DEBUG for an extended period of time."
msgstr "DEBUG 仅用于问题反馈与调试,请勿长时间保持该级别。"
msgid "Download Logs"
msgstr "下载日志"