Update log.go
This commit is contained in:
parent
ca815aeccd
commit
e2ff34cd51
|
@ -11,7 +11,7 @@ var Log *logger.Logger
|
||||||
|
|
||||||
func init(){
|
func init(){
|
||||||
Log = logger.New()
|
Log = logger.New()
|
||||||
log.SetOutput(logger.Writer())
|
log.SetOutput(Log.Writer())
|
||||||
}
|
}
|
||||||
|
|
||||||
func LogTimestamp(value bool) {
|
func LogTimestamp(value bool) {
|
||||||
|
|
Reference in New Issue