From 71e2a8fbe8e1d038ae4f91c43266ed9cf307fd79 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Thu, 29 May 2025 11:22:24 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=B0=86=E5=8F=91?= =?UTF-8?q?=E9=80=81=E9=82=AE=E4=BB=B6=E9=80=9A=E7=9F=A5=E6=97=B6=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E6=89=BE=E5=88=B0=E6=94=B6=E4=BB=B6=E4=BA=BA=E6=97=B6?= =?UTF-8?q?=E8=BE=93=E5=87=BA=E5=88=B0error.log=E6=97=A5=E5=BF=97=E7=A7=BB?= =?UTF-8?q?=E5=88=B0warn.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1431772473032706]将发送邮件通知时没有找到收件人时输出到error.log日志移到warn.log http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1431772473032706 --- localconfig/i18n/language_en.json | 9 +++++++++ localconfig/i18n/language_zh.json | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 236927f..d9fd5a9 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1369,6 +1369,9 @@ "ipresourceid": "IP: {0}({1}) Unable to find a matching runner, please verify the runner group configuration", "noparam": "Unable to find a matching runner. Please verify the runner group configuration or if there is no runner map configured" } + }, + "runnerurlisnullexception": { + "runnerurlisnullexception": "The URL of the runner with ID {0} is empty" } }, "nfes": { @@ -1500,6 +1503,12 @@ "knowledgetemplatenotfoundedittargetexception": "Knowledge template: {0} does not exist" } }, + "nfme": { + "matrixviewsqlirregularexception": { + "matrixviewsqlirregularexception": "SQL illegal {0}", + "matrixviewsqlirregularexception_a": "The configuration file is not a valid XML file" + } + }, "nfne": { "emailsendexception": { "emailsendexception": "Email sending failed, Exception:{0}", diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 9728d04..f7a6b40 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1398,6 +1398,9 @@ "ipresourceid": "ip: {0}({1})找不到匹配的runner,请核对runner组配置", "noparam": "找不到匹配的runner,请核对runner组配置 或者 没有配置runner map" } + }, + "runnerurlisnullexception": { + "runnerurlisnullexception": "ID为:{0}的runner的url是空的" } }, "nfes": { @@ -1528,6 +1531,12 @@ "knowledgetemplatenotfoundedittargetexception": "知识模版:{0}不存在" } }, + "nfme": { + "matrixviewsqlirregularexception": { + "matrixviewsqlirregularexception": "sql 非法{0}", + "matrixviewsqlirregularexception_a": "配置文件不是合法的XML文件" + } + }, "nfne": { "emailsendexception": { "emailsendexception": "邮件发送失败,异常:{0}", -- Gitee