0.0.11 • Published 6 months ago

intervu-logger v0.0.11

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
6 months ago

Intervu.ai Logger

Description

Intervue.ai Logger Implementation.

How to used

const app = await NestFactory.create(AppModule, {
  logger: LoggerProviderModule.register({
    esClient: {
      clientOpts: {
        node: 'https://localhost:9200',
      }
    }
  })
);

Options

  • esClient see here
  • hasConsole to enable console log of the application (default: true)
0.0.11

6 months ago

0.0.10

7 months ago

0.0.9

7 months ago

0.0.8

9 months ago

0.0.7

10 months ago

0.0.6

10 months ago