Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 049961a

Browse files
author
Sachin Maheshwari
committed
changing logging as well
1 parent a4a4694 commit 049961a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/services/ProcessorService.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ async function processCreate (message, transactionId) {
8383
}
8484
} else {
8585
logger.info(`Ignore this message since resource is not in [${_.union(_.keys(topResources), _.keys(userResources), _.keys(organizationResources))}]`)
86+
logger.info(`or CQRS standards update : restriction is on 'user' object`)
8687
}
8788
}
8889

@@ -172,6 +173,7 @@ async function processUpdate (message, transactionId) {
172173
}
173174
} else {
174175
logger.info(`Ignore this message since resource is not in [${_.union(_.keys(topResources), _.keys(userResources), _.keys(organizationResources))}]`)
176+
logger.info(`or CQRS standards update : restriction is on 'user' object`)
175177
}
176178
}
177179

0 commit comments

Comments
 (0)