From 76295ba1e3f8dc8198ebac429321becbea41dff8 Mon Sep 17 00:00:00 2001 From: liushaoshuaii <76052519+liushaoshuaii@users.noreply.github.com> Date: Mon, 27 May 2024 12:33:11 +0800 Subject: [PATCH] =?UTF-8?q?:pencil:=20=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/quickstart/faq.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/quickstart/faq.md b/docs/quickstart/faq.md index 00bfd197..0a14eec8 100644 --- a/docs/quickstart/faq.md +++ b/docs/quickstart/faq.md @@ -1,3 +1,13 @@ +### 日志文件在哪? + +```shell +# 宿主机 +tail -f -n 200 /data/orion-visor-space/docker-volumes/orion-visor-service/root-orion/logs/orion-visor/app.log +# 容器内 +tail -f -n 200 /root/orion/logs/orion-visor/app.log +# 滚动日志 .../logs/orion-visor/rolling/* +``` + ### 数据误删除怎么办? 数据库的数据都采用了逻辑删除, 可以将已删除的数据中的 `deleted` 字段改为 `0`