API loggin

starHotel

A-Parser Enterprise License
A-Parser Enterprise
Is there any functionality to log incoming API requests.

Also are API requests multithreaded or does a-parser do each api request one at a time?
 
Is there any functionality to log incoming API requests.
There are two ways of logging task execution in A-Parser (including through API).
1) Record to the file aparser.log log of work. Always works, it does not turn off.
2) Log of execution of each task. Available for viewing in the Logs Viewer. Recorded only if the option doLog is enabled.
Also are API requests multithreaded or does a-parser do each api request one at a time?
All tasks, including through API, A-Parser execute multi-threaded.
 
I'm only doing a API oneRequest and not actually a task.

Adding 'doLog' doesn't do anything.
 
You can watch execution in Tools -> Maintenance -> Debug Window -> Parser, then click 'Update'
 
I assume that means even though you can see tasks popup, nothing in there is logged at the moment correct?

API requests doesn't logged, but you can see currently executing queries both from Tasks and from API oneRequest/bulkRequest in this debug tool
 
Back
Top