changed timestamp to time millis

alpha v1.0.45
alex 2023-02-18 13:12:13 +01:00
parent bbaf2ae9eb
commit 26b4327488
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ func pushLogMessage(messageType uint8, logMsg string) {
ServiceName: gserviceName, // could be API
ServiceType: gserviceType, // could be alpha
Msg: logMsg,
Timestamp: time.Now().Unix(),
Timestamp: time.Now().UnixMilli(),
}
LogInfof("service %s", gserviceType, gserviceName)