Skip to content

Commit

Permalink
add ms
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaGolomozy committed May 15, 2024
1 parent 6f6e1cc commit e2ca80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (manager *LoggerManager) AddLogLine(Severity uint, Text interface{}, Catego
}

NewLogRecord := Log{
float64(time.Now().Unix())*1000.0 + manager.TimeDelta,
float64(time.Now().UnixMilli()) + manager.TimeDelta,
Severity,
MessageToString(Text),
Category,
Expand Down

0 comments on commit e2ca80a

Please sign in to comment.