From 72579bc84a1fe62c620f88bc8b6630af75f8e39c Mon Sep 17 00:00:00 2001 From: fancy Date: Fri, 1 May 2020 13:55:06 +0800 Subject: [PATCH] typo fix --- readme.md | 2 +- v2ray_config/00_log.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index df831bc..b6cb946 100644 --- a/readme.md +++ b/readme.md @@ -172,7 +172,7 @@ sudo systemctl restart cgproxy.service ## TIPS - `systemd-cgls` to see the cgroup hierarchical tree. -- v2ray full config exmaple in [v2ray_buid](https://github.com/springzfx/cgproxy/tree/master/v2ray_buid), more to see [v2ray multi-file config](https://www.v2fly.org/chapter_02/multiple_config.html) +- v2ray full config exmaple in [v2ray_config](https://github.com/springzfx/cgproxy/tree/master/v2ray_config), more to see [v2ray multi-file config](https://www.v2fly.org/chapter_02/multiple_config.html) - Qv2ray config example diff --git a/v2ray_config/00_log.json b/v2ray_config/00_log.json index d89d7b9..b3dea47 100644 --- a/v2ray_config/00_log.json +++ b/v2ray_config/00_log.json @@ -1,5 +1,5 @@ { "log": { - "loglevel": "debug" + "loglevel": "error" } }