Skip to content

Commit

Permalink
fix(@aws-amplify/datastore): Update CCI config & logger warning format (
Browse files Browse the repository at this point in the history
  • Loading branch information
amhinson authored May 6, 2021
1 parent 403de44 commit d3462aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,8 @@ workflows:
- integ_react_predictions
- integ_react_datastore
- integ_react_datastore_multi_auth
- integ_react_datastore_subs_disabled
- integ_react_datastore_consecutive_saves
- integ_react_storage
- integ_react_storage_multipart_progress
- integ_react_storage_ui
Expand Down
2 changes: 1 addition & 1 deletion packages/datastore/src/sync/processors/subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ class SubscriptionProcessor {
]
}`
);
logger.warn(message);
logger.warn('subscriptionError', message);
return;
} else {
logger.debug(
Expand Down

0 comments on commit d3462aa

Please sign in to comment.