mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
added debugging for getting standard out events
This commit is contained in:
@@ -33,7 +33,9 @@ export function JobStdoutController ($location, $log, $rootScope, $scope, $compi
|
|||||||
|
|
||||||
|
|
||||||
function openSockets() {
|
function openSockets() {
|
||||||
|
$log.debug("socket watching on job_events-" + job_id);
|
||||||
$rootScope.event_socket.on("job_events-" + job_id, function() {
|
$rootScope.event_socket.on("job_events-" + job_id, function() {
|
||||||
|
$log.debug("socket fired on job_events-" + job_id);
|
||||||
if (api_complete) {
|
if (api_complete) {
|
||||||
event_queue++;
|
event_queue++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user