Skip to content

Commit

Permalink
Improve logging on entity store error
Browse files Browse the repository at this point in the history
  • Loading branch information
hop-dev committed Oct 24, 2024
1 parent fdc5b8e commit 16b9638
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export class EntityStoreDataClient {
filter,
pipelineDebugMode
).catch((error) => {
logger.error('There was an error during async setup of the Entity Store', error);
logger.error(`There was an error during async setup of the Entity Store: ${error}`);
});

return descriptor;
Expand Down

0 comments on commit 16b9638

Please sign in to comment.