Skip to content

Commit e56189a

Browse files
Branimir RakicBranimir Rakic
authored andcommitted
more details in logs
1 parent 5e61683 commit e56189a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/triple-store/implementation/ot-blazegraph/ot-blazegraph.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class OtBlazegraph extends OtTripleStore {
192192
this.logger.debug(
193193
`[OtBlazegraph.queryVoid] Update result for ${repository} (status: ${response.status})`,
194194
);
195-
this.logger.debug(response);
195+
this.logger.debug('[OtBlazegraph.queryVoid] Response: ' + JSON.stringify(response, null, 2));
196196

197197
await writeFile(`response_${Date.now()}.txt`, JSON.stringify(response, null, 2));
198198

0 commit comments

Comments
 (0)