Published odata Service Logname

0
We have a publish Odata service from one of our application. Now we want to log every request from other systems to our published odata service. Does anyone know if there is a log node name for this in Mendix? All we can see is that there is a log node name for consumed odata services, but none for published odata services.?
asked
3 answers
0

You need to custom make that. We create loglines in our application that will show who triggered the microflow and we also make a count object so we can detect when other systems use our published API’s extensively.

Regards,

Ronald

 

answered
0

Hi Ronald, 

Thank you, but how do you need with Microflows? We are exposing entities using Odata and there is nowhere we need to use a microflow to do this. or maybe you have an expose rest service?

answered
0

All requests are being logged. The log node name is OData Publish. Just set its log level to Trace

answered