Skip to content
Discussion options

You must be logged in to vote

Found the temporary fix

Change NODE_ENV=production to NODE_ENV=development

and changed/added these line in config/logger.ts file

transport: {
        targets: targets()
          .pushIf(app.inTest, targets.pretty())
          .pushIf(app.inDev, targets.file({ destination: 1 }))
          .pushIf(app.inProduction, targets.file({ destination: 1 }))
          .toArray()

      },

yet to find production issue

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hackerrahul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant