Skip to content

Commit

Permalink
log logmsg
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre818181 committed Jan 28, 2025
1 parent 0e8bbcf commit 20f54e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ func sendLogsToTinyBird(logBuffer chan string) {
level = "error"
logMsg = strings.TrimPrefix(logMsg, "#ERROR:")
}
fmt.Println("logMsg: ### ", logMsg)
// Create log entry
logEntry := map[string]interface{}{
"testId": os.Getenv("RUNPOD_TEST_ID"),
Expand Down

0 comments on commit 20f54e2

Please sign in to comment.