Upgraded to latest aerogo/log
This commit is contained in:
@ -9,6 +9,6 @@ import (
|
||||
var authLog = log.New()
|
||||
|
||||
func init() {
|
||||
authLog.AddOutput(os.Stdout)
|
||||
authLog.AddOutput(log.File("logs/auth.log"))
|
||||
authLog.AddWriter(os.Stdout)
|
||||
authLog.AddWriter(log.File("logs/auth.log"))
|
||||
}
|
||||
|
Reference in New Issue
Block a user