Skip to content

Commit

Permalink
ServicenowApiCall: log meow_url on calls for science
Browse files Browse the repository at this point in the history
  • Loading branch information
protitude committed Apr 24, 2024
1 parent 1224d14 commit b3a1f49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Plugin/ServicenowApiCall.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public function __construct(
*/
public function apiCallMeMaybe($table, $query, $string = NULL, $close = TRUE) {
$meow_url = $this->meowUrl;
$this->logger->notice('Using servicenow URL: ' . $meow_url);
$meow_key = $this->meowKey;
if ($string == NULL) {
$query_string = http_build_query($query);
Expand Down

0 comments on commit b3a1f49

Please sign in to comment.