Prevent PM2 from adding Logs
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 43.3k
- Forks
- 2.7k
- PR merge metrics
- No merged PRs in 30d
Description
I have a node.js App with Banyun as Logger. All Logs will be transferred by Docker GELF format into ELK so that our PM can easily do some research. I found out that PM2 adds Logs during starting and shutting down the app and in a format which is not configurable, such as with log level '6' instead of using more readable text 'Warning'. Is it possible to turn out this Logging so that our Logs are a little bit clearer?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing PM2 startup and shutdown with the described Node.js application and Docker GELF logging. Read the PM2 logging and configuration documentation to determine whether these messages can be disabled or formatted. Done means PM2's lifecycle logs no longer make the application's GELF output unclear, without suppressing the application's own logs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, elasticsearch, node.js
- Domain
- observability, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100