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.
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 toretain
the data types of the custom log values. However, the function seems to beundefined
.I installed the latest version (v7.3.0) of
cf-nodejs-logging-support
using npm.