Hello
Is there any way to set the log levels (info/error/trace) for specific integration like only enable error logs ?
How can i log custom message ?
Solved! Go to Solution.
Hi Melfeqy03,
With Cloud logging for Integration, logging levels can be configured. This setting is accessible via the integrations' configuration icons. Additionally, various modes of log persistence are available for integrations: Enable, Disable, and Async. These modes can optimize the performance of integration execution.
Furthermore, to transmit customized error messages, you could utilize the return task, which allows you to include custom messages in the response. I trust this information is helpful. Please do not hesitate to contact us if you require further clarification or assistance.
Hi Melfeqy03,
With Cloud logging for Integration, logging levels can be configured. This setting is accessible via the integrations' configuration icons. Additionally, various modes of log persistence are available for integrations: Enable, Disable, and Async. These modes can optimize the performance of integration execution.
Furthermore, to transmit customized error messages, you could utilize the return task, which allows you to include custom messages in the response. I trust this information is helpful. Please do not hesitate to contact us if you require further clarification or assistance.
Thank you !