Commit 416ace3a by yemin

no message

parent 5fa7cfb1
...@@ -9,10 +9,16 @@ import ( ...@@ -9,10 +9,16 @@ import (
"time" "time"
) )
// Debug、Info、Warn、Error
var LogLevel = "DEBUG" var LogLevel = "DEBUG"
// true、false
var LogColorful = true var LogColorful = true
var LogResponseLength int var LogResponseLength int
var LogShowSql = true var LogShowSql = true
var LogIndexNamePrefix = "" var LogIndexNamePrefix = ""
const ( const (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment