From 1e7f7852ad09d97c8d33012192bd1ff418881b8f Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Wed, 16 Sep 2015 17:49:48 -0700 Subject: Outputing version to logs on server start --- mattermost.go | 1 + 1 file changed, 1 insertion(+) diff --git a/mattermost.go b/mattermost.go index 75e405e88..b2b5f584b 100644 --- a/mattermost.go +++ b/mattermost.go @@ -43,6 +43,7 @@ func main() { } pwd, _ := os.Getwd() + l4g.Info("Current version is %v (%v/%v)", model.GetFullVersion(), model.BUILD_NUMBER, model.BUILD_DATE) l4g.Info("Current working directory is %v", pwd) l4g.Info("Loaded config file from %v", utils.FindConfigFile(flagConfigFile)) -- cgit v1.2.3-1-g7c22