diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-30 06:34:24 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-30 06:34:24 -0400 |
commit | 617bbe3feec23f2c7cb5c32df8532999fda74203 (patch) | |
tree | 74b5cc06482fa823d2436015ad9b2df7117d93ef /routers/install.go | |
parent | 9085dfa42663e826c405996a44729bb0428bb201 (diff) | |
download | gitea-617bbe3feec23f2c7cb5c32df8532999fda74203.tar.gz gitea-617bbe3feec23f2c7cb5c32df8532999fda74203.zip |
Fix #218
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 f173563960..e49595f72b 100644 --- a/routers/install.go +++ b/routers/install.go @@ -47,6 +47,7 @@ func NewServices() { func GlobalInit() { setting.NewConfigContext() log.Trace("Custom path: %s", setting.CustomPath) + log.Trace("Log path: %s", setting.LogRootPath) mailer.NewMailerContext() models.LoadModelsConfig() models.LoadRepoConfig() |