Deeksha Sinha

Results 13 comments of Deeksha Sinha

Hi @Alexshov , To set the log levels for all loggers simultaneously, you can use the `setGlobalLogLevel(level)` method from `'@sap-cloud-sdk/util'`. For more details, you can also refer to our documentation...

Hi @tiosteel , If I understand correctly, you need a setter function as provided in **cf-nodejs-logging-support** to put your custom logic. The SDK does not expose such a method currently....

Hi @tiosteel , Thanks for providing more details about your use case. The SDK does not currently provide a way to set the transports (custom or otherwise) globally, which is...

Hi @zpq2004 , Thanks for raising this. The SDK logger's formats currently do not support string interpolation by default. I will create a backlog item for this. FYI @marikaner Regards,...

Closing this as workaround provided. Please open another issue if you are still facing any issue related to the SDK.

Hi @lovis-ff , The PR with the fix was merged, we will release a new version soon. In the meanwhile, please try out the canary version.

Hi @hoandreas , Since you're getting your payload from an OData response, you need to convert it to an entity in the SDK. [Entity deserialization](https://sap.github.io/cloud-sdk/docs/js/features/odata/v2-client#deserialize-an-odata-json-response-to-an-entity) is what you're looking for....

Hi @golchha007 , Thanks for raising this and providing examples. I have moved this to our backlog. As we're low on capacity, I cannot promise when we'll get to it.

Hi @uroslates , We fixed this issue in the latest release. Can you try generating after updating the version?