diff --git a/main.go b/main.go index f66c8a7..cfc1d72 100644 --- a/main.go +++ b/main.go @@ -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"),