We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fa0e4 commit 1e76621Copy full SHA for 1e76621
services/libs/opensearch/src/client.ts
@@ -7,7 +7,7 @@ const log = getServiceChildLogger('opensearch.connection')
7
8
export const getOpensearchClient = async (config: IOpenSearchConfig): Promise<Client> => {
9
let client: Client | undefined
10
- return client
+
11
log.info({ node: config.node }, 'Connecting to OpenSearch!')
12
13
if (config.node) {
0 commit comments