medikoo / medikoo/log-node

Middleware binary that turns on log writing for Node.js processes

Open
#4 0 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.