From f548c1849a2e133ab999d784285af5b2b242a85e Mon Sep 17 00:00:00 2001 From: yxh Date: Tue, 1 Dec 2020 09:48:26 +0800 Subject: [PATCH] =?UTF-8?q?sql=E6=97=A5=E5=BF=97=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config/config.toml b/config/config.toml index 63367bc..f5b02bc 100644 --- a/config/config.toml +++ b/config/config.toml @@ -11,6 +11,9 @@ maxOpen = "10" #连接池最大打开的连接数 maxLifetime = "30" #(单位秒)连接对象可重复使用的时间长度 debug = true + path = "data/log/sql" + level = "all" + stdout = true #web服务器配置 [server] @@ -70,6 +73,6 @@ #模板配置 [viewer] -paths = ["./template"] -defaultFile = "index.html" -delimiters = ["${", "}"] \ No newline at end of file + paths = ["./template"] + defaultFile = "index.html" + delimiters = ["${", "}"] \ No newline at end of file