Skip to content

Commit

Permalink
Improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrojas87 committed Mar 11, 2024
1 parent 54aaec0 commit daad3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SPARQLIngest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export async function sparqlIngest(
}

await Promise.all(outputPromises);
console.log(`[sparqlIngest] Executed ${queryType} on remote SPARQL server ${config.graphStoreUrl}`);
console.log(`[sparqlIngest] Executed ${queryType} on remote SPARQL server ${config.graphStoreUrl} - ${new Date().toISOString()}`);
}
} else {
throw new Error(`[sparqlIngest] No member IRI found in received RDF data: \n${rawQuads}`);
Expand Down

0 comments on commit daad3dd

Please sign in to comment.