SAP / cf-nodejs-logging-support

Node.js Logging Support for Cloud Foundry provides the creation of structured log messages and the collection of request metrics
https://sap.github.io/cf-nodejs-logging-support/
Apache License 2.0
43 stars 22 forks source link

Add middleware functionality #119

Closed fromagnoli-sap closed 2 years ago

fromagnoli-sap commented 2 years ago

Branch goal: Provide library as middleware function, support different frameworks (express, restify, connect, plain-http) and log both msg and req logs with customised config fields. Some regards as handling different source types, logging stack trace, redacted fields through env variables, etc will be continued in a different branch.