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

using `setCustomFieldsTypeConversion` functionality #227

Open bawaji94 opened 2 weeks ago

bawaji94 commented 2 weeks ago

While setting custom fields for logging I noticed that the custom values logged where being stringified. Upon looking at the documentation, I came across setCustomFieldsTypeConversion functionality to retain the data types of the custom log values. However, the function seems to be undefined.

I installed the latest version (v7.3.0) of cf-nodejs-logging-support using npm.

christiand93 commented 17 hours ago

Hi @bawaji94, The feature is already implemented and merged. I will create a new release (v7.4.0) this week. I'm sorry for the inconvenience.

Kind regards, Christian