fev (backend): test log

This commit is contained in:
ShiKhu 2021-09-22 19:17:57 +02:00
parent ef5021d1c6
commit 2bf1130b89

View file

@ -15,7 +15,7 @@ import (
"openreplay/backend/pkg/queue/types"
)
func main() {
log.SetFlags(log.LstdFlags | log.LUTC | log.Llongfile)
@ -36,6 +36,9 @@ func main() {
// return
// }
typeID := message.Meta().TypeID
if typeID == 70 {
log.Println("iframe here")
}
if !messages.IsReplayerType(typeID) {
return
}