For particular API call, Need to send the log file which are stored in Message processor what approach should I follow?
Solved! Go to Solution.
In Message Processors apigee do not store any transaction logs. By default Apigee do not store any transaction log anywhere in the system.
You will need to use Message Logging policy as documented here to log it to any external syslog enabled server. You can even use service callout to log to external HTTP/s enabled servers.