question

ManoharReddyDigital-4070 avatar image
0 Votes"
ManoharReddyDigital-4070 asked MayankBargali-MSFT answered

How to do Custom Logging(wiretap) in azure logic Apps?

How do i implement Logging/debugging/wiretap in Logic Apps?

Ex:
Once the Request is receive,i want to log the Request details like.Order Received :<Payload>

Once Order is processed log to be Order Processed successfully.

I want to capture life cycle of message from Start to end.how to write these in logic apps?

azure-logic-apps
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

MayankBargali-MSFT avatar image
0 Votes"
MayankBargali-MSFT answered

Hi @ManoharReddyDigital-4070

Welcome to Microsoft Q&A! Thanks for posting the question.

As per your requirement looks like you want to log your custom message whenever the logic app is triggered. If this is the case then you can leverage the Send Data action for Azure Log Analytics Data Collector to send your customize message to log analytics.

If you want to Set up Azure Monitor logs and collect diagnostics data for Azure Logic Apps then please refer to this document.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.