Skip to content

Commit

Permalink
small rearrangement
Browse files Browse the repository at this point in the history
  • Loading branch information
jzyinq committed Mar 29, 2024
1 parent 0cb638b commit 4cdc3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gojira/gojira.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 4cdc3bd

Please sign in to comment.