Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cabecinha84 committed Aug 1, 2024
1 parent 92d1995 commit eee8875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/domainService.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ async function generateAndReplaceMainApplicationHaproxyConfig(isGmode = false, t
if (applicationWithChecks) {
let promiseArray = [];
for (const [i, location] of appLocations.entries()) { // run coded checks for app
log.info(`Application ${app.name} adding to promiseArray ip: ${location.ip}`);
promiseArray.push(addAppIps(app, location.ip));
if ((i + 1) % 25 === 0) {
// eslint-disable-next-line no-await-in-loop
Expand Down

0 comments on commit eee8875

Please sign in to comment.