genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

Update log.go

This commit is contained in:
Geno 2017-03-30 14:20:00 +02:00 committed by GitHub
parent ca815aeccd
commit e2ff34cd51
1 changed files with 1 additions and 1 deletions

View File

@ -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) {