We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fa0e4 commit 0059e2dCopy full SHA for 0059e2d
1 file changed
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