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