From 4cdc3bd83ff2c22d97425f43d5e897ec2cf0cacd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Zywert?= Date: Fri, 29 Mar 2024 13:59:42 +0100 Subject: [PATCH] small rearrangement --- gojira/gojira.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gojira/gojira.go b/gojira/gojira.go index 80693e4..0570037 100644 --- a/gojira/gojira.go +++ b/gojira/gojira.go @@ -26,9 +26,9 @@ func Run() { // Set the log output to write to the file logrus.SetOutput(logFile) // Now log messages will be written to the file - logrus.Info("Gojira started") appTimer := time.Now().UTC() - logrus.Debugf("Current time %s", appTimer) + logrus.Infof("gojira version %s started", projectVersion) + logrus.Infof("current time %s", appTimer) app.ui = &UserInteface{} app.time = &appTimer app.cli = &cli.App{