From 3bf9859386073c7b336f55bbe03e62fa3058ad35 Mon Sep 17 00:00:00 2001 From: godcong Date: Thu, 6 Feb 2020 01:56:22 +0800 Subject: [PATCH] update fate --- config/config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.go b/config/config.go index 5fcf7b71..6ea501c1 100644 --- a/config/config.go +++ b/config/config.go @@ -32,7 +32,7 @@ type FileOutput struct { } type Config struct { - RunInit bool + RunInit bool `json:"run_init"` FilterMode FilterMode `json:"filter_mode"` StrokeMax int `json:"stroke_max"` StrokeMin int `json:"stroke_min"` @@ -110,8 +110,8 @@ func DefaultConfig() *Config { Driver: "mysql", File: "", Dsn: "", - ShowSQL: true, - ShowExecTime: true, + ShowSQL: false, + ShowExecTime: false, }, FileOutput: FileOutput{ Heads: DefaultHeads,