From f714b30ead382c40f82a5a927e0d3462b2cbe3df Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
Date: Sun, 19 Dec 2021 17:51:19 +0800
Subject: [PATCH] chore: add log level

---
 src-tauri/resources/config_tmp.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src-tauri/resources/config_tmp.yaml b/src-tauri/resources/config_tmp.yaml
index 102aa79..8a60f73 100644
--- a/src-tauri/resources/config_tmp.yaml
+++ b/src-tauri/resources/config_tmp.yaml
@@ -1,6 +1,7 @@
 # Default Config For Clash Core
 
 mixed-port: 7890
+log-level: info
 allow-lan: false
 external-controller: 127.0.0.1:9090
 secret: ""
-- 
GitLab