Skip to content

Commit

Permalink
Update start.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa authored Mar 14, 2023
1 parent 941b87e commit 4089599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export async function startAction(cmd): Promise<void> {
const cfg = await _loadConfig(cmd.config)

const logger = LoggerSingleton.getInstance(cfg.logLevel)
logger.info(`loaded ${cfg.targets.length} accounts`)
logger.info(`loaded ${cfg.validators.length} accounts`)

const server = express();
server.get('/healthcheck',
Expand Down

0 comments on commit 4089599

Please sign in to comment.