Middleware binary that turns on log writing for Node.js processes
Open
@medikoo is already working on this.
Since Mar 31, 2020.
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Having that there won't be a need to require and initialize log-node in main procesess.
User when in need of written logs could run the process as:
log-node nodejs-script.js
log-node comamnd will run nodejs-script.js with Node.js it'll just initialize log writer upfront.
Additionally --include-child-processes option could be added, via which child_process.spawn and others could be altered to also ensure that log-node is invoked instead of node for child processes.
Contributor guide
No contributing guide indexed for this repository
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.
Assessment
This issue has not been assessed yet.