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 1cd4783 commit 3c39927Copy full SHA for 3c39927
src/config/app.ts
@@ -26,7 +26,7 @@ import indexRoutes from '../routes'
26
import { corsOptions } from './cors'
27
import { env } from './env'
28
import { i18n } from './i18n'
29
-import { winstonLogger, winstonStream } from './logger'
+import { winstonLogger, winstonStream } from './loggers'
30
import { mailService } from './mail'
31
import { storageService } from './storage'
32
src/config/Logger.ts renamed to src/config/loggers.ts
0 commit comments