Skip to content

Commit

Permalink
Trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
nonword committed Jul 15, 2024
1 parent 040a528 commit 68ec380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/es-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clientWrapper.esClient = function () {
port,
auth: { username, password }
}
logger.debug(`Connecting to ES at ${host}:${port} ${username && password ? 'with creds' : 'w/out creds'}`)
logger.info(`Connecting to ES at ${host}:${port} ${username && password ? 'with creds' : 'w/out creds'}`)
this._esClient = new elasticsearch.Client(options)
}
return this._esClient
Expand Down

0 comments on commit 68ec380

Please sign in to comment.