From 617bbe3feec23f2c7cb5c32df8532999fda74203 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 30 May 2014 06:34:24 -0400 Subject: Fix #218 --- routers/install.go | 1 + 1 file changed, 1 insertion(+) (limited to 'routers/install.go') diff --git a/routers/install.go b/routers/install.go index f1735639..e49595f7 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() -- cgit v1.2.3