From e34e2833ab6a7a65b657cf32fadd5a8d132bb76f Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Tue, 14 Oct 2025 10:07:07 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=B0=86logback?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E5=88=86=E5=BC=80=E6=88=90?= =?UTF-8?q?logback.xml=E5=92=8Clogback-base.xml=E4=B8=A4=E4=B8=AA=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1531745881522176]将logback配置文件分开成logback.xml和logback-base.xml两个文件 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1531745881522176 --- localconfig/i18n/language_en.json | 12 ++++++++++++ localconfig/i18n/language_zh.json | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index df06600..1fc08fc 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -196,6 +196,9 @@ "level": "arrangement", "lft": "Left encoding", "locktime": "Lock time", + "logger": { + "level": "log level" + }, "loglist": "Log List", "long": "long integer", "mailaddress": "Email address", @@ -4951,6 +4954,12 @@ }, "getlogfilenamelistapi": { "getname": "Get a list of application log file names" + }, + "getloggerstatusapi": { + "getname": "Query log status" + }, + "updateloggerlevelapi": { + "getname": "Modify log level" } }, "nmtam": { @@ -5274,6 +5283,9 @@ "getcurrentusertokenapi": { "getname": "Obtain the user\u0027s own token" }, + "getserverinfoapi": { + "getname": "Retrieve server information" + }, "getsubmitkeyinfoapi": { "getname": "Get duplicate SubmitKeyMap submissions" }, diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 3646566..9547a2b 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -196,6 +196,9 @@ "level": "层次", "lft": "左编码", "locktime": "锁定时间", + "logger": { + "level": "日志级别" + }, "loglist": "日志列表", "long": "长整数", "mailaddress": "邮箱地址", @@ -5003,6 +5006,12 @@ }, "getlogfilenamelistapi": { "getname": "获取应用日志文件名称列表" + }, + "getloggerstatusapi": { + "getname": "查询日志状态" + }, + "updateloggerlevelapi": { + "getname": "修改日志级别" } }, "nmtam": { @@ -5326,6 +5335,9 @@ "getcurrentusertokenapi": { "getname": "获取用户自己的令牌" }, + "getserverinfoapi": { + "getname": "获取服务器信息" + }, "getsubmitkeyinfoapi": { "getname": "获取重复提交SubmitKeyMap" }, -- Gitee