added debugging for getting standard out events

This commit is contained in:
John Mitchell 2015-05-21 10:47:38 -04:00
parent 98306350c0
commit 9aa41fdb8b

View File

@ -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++;
}