Is that possible right now, to log urls to files, based on submission status? What if we could create additional sitelist with files, per engine? Debugging these later would be a breeze.
submit_success.txt
submit_failed.txt
captcha_failed.txt
unkown_submission_status.txt
Comments
I guess writing a custom script that would parse the log and save into files is a trivial task to do, but after the log is done, otherwise, can there be file read/write conflict?