How to debug in production?
Unanswered
Norwegian Forest Cat posted this in #help-forum
Norwegian Forest CatOP
My app is deployed on Kubernetes as standalone mode. I am trying to enable logging but is ignoring NODE_ENV=development in Dockerfile or refusing to build when adding it in package.json npm script.
I saw some issues related to env vars not being passed when using env.*.local but using this file here.
At first, I would like to build the project locally in dev mode so logging is enabled. Can't even do that.
Any idea?
I saw some issues related to env vars not being passed when using env.*.local but using this file here.
At first, I would like to build the project locally in dev mode so logging is enabled. Can't even do that.
Any idea?