1
0
Fork 0
forked from forgejo/forgejo

Add gogs fix location command

This commit is contained in:
Unknown 2014-06-10 19:11:53 -04:00
parent f160b4f33c
commit a3e1383cac
10 changed files with 179 additions and 40 deletions

View file

@ -36,7 +36,6 @@ func newLogger(logPath string) {
}
qlog.SetOutput(f)
//qlog.SetOutputLevel(qlog.Ldebug)
qlog.Info("Start logging serv...")
}