diff options
| author | crupest <crupest@outlook.com> | 2023-09-06 15:17:08 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2023-09-06 15:17:08 +0800 | 
| commit | 0fec2c33e56650ece3557b710affffb6bdb5536e (patch) | |
| tree | b11c804e69ad0f96daa022fe08aaf3ae09ee560a /tools | |
| parent | a418be478a915d9b0726e5d03e691c74f176fe65 (diff) | |
| download | crupest-0fec2c33e56650ece3557b710affffb6bdb5536e.tar.gz crupest-0fec2c33e56650ece3557b710affffb6bdb5536e.tar.bz2 crupest-0fec2c33e56650ece3557b710affffb6bdb5536e.zip  | |
Adjust log level for mystery tool. And init the save of nvim config.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/Crupest.V2ray/Crupest.V2ray/config.json.template | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Crupest.V2ray/Crupest.V2ray/config.json.template b/tools/Crupest.V2ray/Crupest.V2ray/config.json.template index 47187bb..9ba8af6 100644 --- a/tools/Crupest.V2ray/Crupest.V2ray/config.json.template +++ b/tools/Crupest.V2ray/Crupest.V2ray/config.json.template @@ -1,6 +1,6 @@  {    "log": { -    "loglevel": "info" +    "loglevel": "warning"    },    "inbounds": [      {  | 
