Commit 416ace3a by yemin

no message

parent 5fa7cfb1
......@@ -9,10 +9,16 @@ import (
"time"
)
// Debug、Info、Warn、Error
var LogLevel = "DEBUG"
// true、false
var LogColorful = true
var LogResponseLength int
var LogShowSql = true
var LogIndexNamePrefix = ""
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