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

Custom fields always converted to strings, even if not necessary. #204

Closed nicklas-dohrn closed 1 month ago

nicklas-dohrn commented 7 months ago

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 able to fixate the types of custom fields to other types beside strings to allow flexibility with sending logs for example to cloud logging.