From 9ae84a13fc6cdf311ef01a9dea5f93bd11e1ddf3 Mon Sep 17 00:00:00 2001 From: Nash Tsai Date: Wed, 20 Aug 2014 09:46:18 +0800 Subject: [PATCH] add TODO comments --- engine.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/engine.go b/engine.go index 413c482a..e5beafaf 100644 --- a/engine.go +++ b/engine.go @@ -31,11 +31,14 @@ type Engine struct { mutex *sync.RWMutex Cacher core.Cacher + ShowSQL bool + + // !nashtsai! TODO ought to deprecate these but having logger to control its log level ShowInfo bool - ShowSQL bool ShowErr bool ShowDebug bool ShowWarn bool + // -- Logger core.ILogger TZLocation *time.Location