Skip to content

Commit

Permalink
Log error
Browse files Browse the repository at this point in the history
  • Loading branch information
johatr committed Nov 4, 2024
1 parent cc7fe07 commit be7a308
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class BigQueryClientImplementation(projectId: String): BigQueryClient {
val response = bigQuery.insertAll(insertRequest)
val errors = response.insertErrors
if (errors.isNotEmpty()) {
log.error("Error inserting bigquery rows", errors.toString())
log.error("Error inserting bigquery rows: $errors")
}
}
}

0 comments on commit be7a308

Please sign in to comment.