Support for log levels?
Open
- Dominant language
- TypeScript
- Stars
- 55
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
It would be a nice addition if the app paid attention to the environment variables DEBUG, LOG_LEVEL, and LOG_DEBUG.
i.e. ```LOG_LEVEL=info LOG_DEBUG=myapp,myapi node index.js```
Using that example it would cause only INFO and above to be output and only from 'myapp' or 'myapi'.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.