cf-nodejs-logging-support icon indicating copy to clipboard operation
cf-nodejs-logging-support copied to clipboard

Node.js Logging Support for Cloud Foundry provides the creation of structured log messages and the collection of request metrics

Results 16 cf-nodejs-logging-support issues
Sort by recently updated
recently updated
newest added

The feature is available in beta release [v7.5.2-beta.0](https://www.npmjs.com/package/cf-nodejs-logging-support/v/7.5.2-beta.0).

We could improve for the usecase outside of using this library for application-logging, where strings need to be inforced. We should think about changing the behaviour maybe even to being...

enhancement

While using `log.info` I get bombarded with too many properties inside the log object. Is there a way to remove such properties to have a **cleaner** log object ? ##...

question

What is the actual difference between these packages and the proper use-case for each? - https://www.npmjs.com/package/@sap/logging - "A package that provides logging and tracing functionalities for Node.js applications." - https://www.npmjs.com/package/cf-nodejs-logging-support...

question

Hello , in our application we will during a trace also write certain numeric statistic like memory usage etc.. All these additional fields are written as custom fields. When we...

enhancement
wontfix

Hi, Use case: we have 2 applications - a producer and a consumer that communicate using messaging (like RabbitMQ). When the consumer receives a message, this can trigger several async...

enhancement

Hi Colleagues, One of the fields in the pattern is the {{organization_name}}, and this field is not working although it is written in https://github.com/SAP/cf-java-logging-support/blob/master/cf-java-logging-support-core/beats/request-metrics/docs/fields.asciidoc Is this a bug or by...

enhancement

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.5. Release notes Sourced from nokogiri's releases. v1.16.5 / 2024-05-13 Security [CRuby] Vendored libxml2 is updated to address CVE-2024-34459. See GHSA-r95h-9x8f-r3f7 for more information. Dependencies...

dependencies
ruby

- Add setting to retain custom field types when using cloud logging format - Update documentation accordingly - Fix test cases failing due to async callback called too early

The PR is fixing and updating the Reuse compliance to match the recent Reuse API Specification - we remove the dep5 file and migrate to the toml file. For more...