This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 81abd9adaf add new error log type (#2302)
81abd9adaf is described below
commit 81abd9adaf1a7a0a2cefd44aa1422a9094f38f2b
Author: Ken Liu <[email protected]>
AuthorDate: Thu Feb 23 16:59:14 2023 +0800
add new error log type (#2302)
---
content/zh-cn/docs3-v2/java-sdk/faq/0/100.md | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/content/zh-cn/docs3-v2/java-sdk/faq/0/100.md
b/content/zh-cn/docs3-v2/java-sdk/faq/0/100.md
new file mode 100644
index 0000000000..f0a1c8ae37
--- /dev/null
+++ b/content/zh-cn/docs3-v2/java-sdk/faq/0/100.md
@@ -0,0 +1,16 @@
+---
+type: docs
+title: "0-28 - 操作了可能也引起危险的行为"
+linkTitle: "0-28 - 危险的行为"
+weight: 28
+---
+
+### 可能的原因
+
+你执行了以下操作之一:
+* 尝试或已经调整了 accesslog 的输出位置
+
+### 排查和解决步骤
+
+请检查应用配置中的 `accesslog.fixed.path=true` 开关是否处于开启状态,如未开启则可忽略;如果当前是开启状态,则请确认是否
acesslog 路径切换的行为是否为可信任的人所执行,以避免可能的安全风险。
+