Skip to content

Commit

Permalink
added additional resolution information in the callback from ServiceN…
Browse files Browse the repository at this point in the history
…ow and changed log msg
  • Loading branch information
christof.strackSAG authored and christof.strackSAG committed Jul 3, 2020
1 parent 511b119 commit eeb4a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function listen2NewAlarms() {
servicenowClient = new ServicenowClient(sn_url, sn_username, sn_password);
} else {
sn_url = `https://${cachedOptions.SERVICENOW_INSTANCE}.service-now.com`;
console.log(`[INFO] Using proerties in tenants options: ${sn_url}/${cachedOptions.SERVICENOW_USER}/${cachedOptions.SERVICENOW_PASSWORD}`);
console.log(`[INFO] Using properties in tenants options: ${sn_url} and ${cachedOptions.SERVICENOW_USER} and ${cachedOptions.SERVICENOW_PASSWORD}`);
servicenowClient = new ServicenowClient(sn_url, cachedOptions.SERVICENOW_USER, cachedOptions.SERVICENOW_PASSWORD);
}
listen2NewAlarms();
Expand Down

0 comments on commit eeb4a6c

Please sign in to comment.