diff options
author | Unknown <joe2010xtmf@163.com> | 2014-06-20 01:14:54 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-06-20 01:14:54 -0400 |
commit | 8bfa7ae7453e56191aa6f7de8067d5b6bb5a4a8b (patch) | |
tree | f96bf4166b78a123997a3eb3026cb347b5c3bcc6 /routers/install.go | |
parent | 6c8d630bef3a58860237856c648e56f4b9cea97d (diff) | |
download | gitea-8bfa7ae7453e56191aa6f7de8067d5b6bb5a4a8b.tar.gz gitea-8bfa7ae7453e56191aa6f7de8067d5b6bb5a4a8b.zip |
Remove qiniu/log
Diffstat (limited to 'routers/install.go')
-rw-r--r-- | routers/install.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/install.go b/routers/install.go index eb0fc199cf..c2eee88a5a 100644 --- a/routers/install.go +++ b/routers/install.go @@ -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") |