Skip to content

Commit

Permalink
fix(logger): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Oct 12, 2022
1 parent 3760c31 commit 1087133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/logger/src/elasticsearch.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ElasticsearchTransport, ElasticsearchTransportOptions, Transformer } from 'winston-elasticsearch';
import { ElasticsearchTransport, ElasticsearchTransportOptions } from 'winston-elasticsearch';
import * as os from 'os';
import * as rTracer from 'cls-rtracer';
import { globalLoggerCtxKey, getRealTrace, getCircularReplacer, logFieldsHandler, PrecompiledFieldOptions, precompile } from './utils';
import { globalLoggerCtxKey, getRealTrace, getCircularReplacer, logFieldsHandler, PrecompiledFieldOptions } from './utils';
import { RestoreFieldsOptions } from './index';

export const indexTemplate = require('../elasticsearch-index-template.json');
Expand Down

0 comments on commit 1087133

Please sign in to comment.