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 e4a7c34 commit 5ab9b28
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 @@ -350,6 +350,7 @@ async function generateAndReplaceMainApplicationHaproxyConfig(isGmode = false, t
} else {
const applicationWithChecks = applicationChecks.applicationWithChecks();
if (applicationWithChecks) {
log.info(`Application ${app.name} have specific checks.`);
for (const location of appLocations) { // run coded checks for app
// eslint-disable-next-line no-await-in-loop
const isOk = await applicationChecks.checkApplication(app, location.ip);
Expand Down

0 comments on commit 5ab9b28

Please sign in to comment.