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

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