Skip to content

Commit

Permalink
fix: move logger file out of logger folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-fedyshyn-nordwhale committed Jul 7, 2020
1 parent 4939f6b commit ec1b1b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/imports/logger/index.js → src/imports/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { omit, isPlainObject } from 'lodash'
import Crypto from 'crypto'

// configs
import ErrorsTransport from '../logger/ErrorsTransport'
import conf from '../../server/server.config'
import ErrorsTransport from './loggerUtils/ErrorsTransport'
import conf from '../server/server.config'

const { format } = winston
const { combine, printf, timestamp } = format
Expand Down
File renamed without changes.

0 comments on commit ec1b1b5

Please sign in to comment.