diff options
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 f02c41f8..f1735639 100644 --- a/routers/install.go +++ b/routers/install.go @@ -46,6 +46,7 @@ func NewServices() { // GlobalInit is for global configuration reload-able. func GlobalInit() { setting.NewConfigContext() + log.Trace("Custom path: %s", setting.CustomPath) mailer.NewMailerContext() models.LoadModelsConfig() models.LoadRepoConfig() |