mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 08:44:29 +00:00
feat: update logging level warning message
This commit is contained in:
parent
1e2cac885d
commit
bdd13b0b86
@ -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"))
|
||||
|
||||
@ -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 "下载日志"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user