6 comments (6 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript1,789 forks (1,789 forks)batch import
Feature RequestGood First IssueHelp Wantedwinston-file
Repository metrics
- Stars
- 21,967 stars (21,967 stars)
- PR merge metrics
- Avg merge 68d 4h (Avg merge 68d 4h)9 merged PRs in 30d (9 merged PRs in 30d)
Description
Log files/directories created via the file transport should be able to have configurable permissions and ownership (uid/gid).
Contributor guide
- Research direction
- Investigate how to implement configurable file permissions (mode) and ownership (uid/gid) in the winston file transport. Look at Node.js fs.open options and fs.chmod, and consider how to pass these options through the transport configuration.
- Tech stack
- javascript
- Domain
- backenddeveloper experience
- Issue type
- Feature
- Prerequisites
- Node.jsFile System