Commit 7610d771 by zhengqiuyun86

初始化

parent 4f0e9959
package conf
import "git.168cad.top/zhengqiuyun/rym-util/log"
type Config struct {
LogLevel string
LogColorful bool
......@@ -14,7 +12,7 @@ func BaseConfig(conf Config) {
LogResponseLength = conf.LogResponseLength
}
var LogLevel = log.LevelInfo
var LogLevel = "DEBUG"
//LogColorful 日志是否开启彩色打印
var LogColorful = false
......
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