Skip to content

Commit

Permalink
Detail error log
Browse files Browse the repository at this point in the history
Fixes #150
  • Loading branch information
schiavi-siae committed Nov 28, 2023
1 parent 880fc6e commit 0a43d91
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 181 deletions.
4 changes: 2 additions & 2 deletions server/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//const cp = require('./service/individualServices/CyclicProcessService/cyclicProcess');
const cp = require('./service/individualServices/CyclicProcessService/cyclicProcess');

'use strict';

Expand Down Expand Up @@ -41,6 +41,6 @@ prepareElasticsearch().catch(err => {
});
//appCommons.performApplicationRegistration();

//cp.startCyclicProcess(2);
cp.embeddingCausesCyclicRequestsForUpdatingMacTableFromDeviceAtMatr(2);
}
);
Loading

0 comments on commit 0a43d91

Please sign in to comment.