Show dashbard

This commit is contained in:
Unknown 2014-03-24 11:58:46 -04:00
parent 414ebe7553
commit 6337d3bf19
3 changed files with 4 additions and 4 deletions

View file

@ -100,7 +100,7 @@ func newService() {
Service.EnableCacheAvatar = Cfg.MustBool("service", "ENABLE_CACHE_AVATAR", false)
}
func NewLogService() {
func newLogService() {
// Get and check log mode.
LogMode = Cfg.MustValue("log", "MODE", "console")
modeSec := "log." + LogMode
@ -296,7 +296,7 @@ func NewConfigContext() {
func NewServices() {
newService()
NewLogService()
newLogService()
newCacheService()
newSessionService()
newMailService()