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

Remote Node project app logs broken #2761

@tetchel

Description

@tetchel

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.

image

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions