Add debug logging of ProfilePollQueue::add calls
This commit is contained in:
parent
27c5c14ed7
commit
bbff23caa5
3 changed files with 6 additions and 3 deletions
|
|
@ -68,7 +68,8 @@ class Submit
|
|||
['base_url' => $profileUriInfo['server_uri']]
|
||||
);
|
||||
|
||||
$this->profilePollQueueModel->add($url);
|
||||
$result = $this->profilePollQueueModel->add($url);
|
||||
$this->logger->debug('Profile queue add URL: ' . $url . ' - ' . $result);
|
||||
|
||||
$this->logger->info('Successfully received profile URL');
|
||||
} catch (\Exception $ex) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue