How to see Trace Logs in Epicor When we use REST API Calls

Hey Everyone,

I would like to know how I could be able to have trace log options to see when we are going wrong when we are using REST API’s of Kinetic.

NOTE: When we use standard REST API’s of Epicor

Is anyone knows how we can have Logs for this API’s?

There’s a server log file you can generate. Enable this with the Epicor Administration Console

Tip: If you add this line to the <TraceFlags> section in the AppServer.config file, it will also generate addtional logs related to REST api

<add uri="trace://ice/fw/restapi" />
3 Likes