You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
logger.info(method,'Cloudant provider establish change listen socket to customer db for trigger: ',triggerData.id);
160
+
logger.info(method,'Cloudant provider establish change listen socket to customer db ',triggerData.dbname,' for trigger: ',triggerData.id);
161
161
});
162
162
163
163
feed.on('confirm',function(){
164
-
logger.info(method,'Cloudant provider starts listening for changes on customer db for trigger: ',triggerData.id);
164
+
logger.info(method,'Cloudant provider starts listening for changes on customer db ',triggerData.dbname,' for trigger: ',triggerData.id);
165
165
});
166
166
167
167
feed.on('timeout',function(info){
168
-
logger.info(method,'Got timeout while listening changes on customer database for trigger:',triggerData.id,' : ',JSON.stringify(info));
168
+
logger.info(method,'Got timeout while listening changes on customer db ',triggerData.dbname,' for trigger:',triggerData.id,' : ',JSON.stringify(info));
169
169
});
170
170
171
171
feed.on('catchup',function(seq_id){
172
172
// Simple check to do only an update only with a valid seq_number
0 commit comments