1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Remove qiniu/log

This commit is contained in:
Unknown
2014-06-20 01:14:54 -04:00
parent 6c8d630bef
commit 8bfa7ae745
8 changed files with 56 additions and 83 deletions

View File

@@ -60,6 +60,7 @@ func GlobalInit() {
models.HasEngine = true
cron.NewCronContext()
log.NewGitLogger(path.Join(setting.LogRootPath, "http.log"))
}
if models.EnableSQLite3 {
log.Info("SQLite3 Enabled")