This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Description
I have seen this problem with new Node projects on my minikube cluster as well as my OCP one. The app logs contain the last 10 lines of package.json and nothing else. Sometimes, it has those 10 lines multiple times.

I can't get the logs to show anything else. The build logs seem OK.
Here's the content of the log-update event:
{
logName:"app.log"
logPath:"/codewind-workspace/.logs/nodemk-0de98700-889e-11ea-a602-53da96b7af34"
logs:" "express-pino-logger": "^4.0.0",
"pino": "^5.16.0"
},
"devDependencies": {},
"nodemonConfig": {
"env": {
"NODE_HEAPDUMP_OPTIONS": "nosignal"
}
}
}
"express-pino-logger": "^4.0.0",
"pino": "^5.16.0"
},
"devDependencies": {},
"nodemonConfig": {
"env": {
"NODE_HEAPDUMP_OPTIONS": "nosignal"
}
}
}
"express-pino-logger": "^4.0.0",
"pino": "^5.16.0"
},
"devDependencies": {},
"nodemonConfig": {
"env": {
"NODE_HEAPDUMP_OPTIONS": "nosignal"
}
}
}
"
}
The contents of that file within PFE do match the logs in that object.
Tagging both backend areas because i'm not sure which one to start with.