Skip to content

Logging urls to file based on submission status

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

  • Mask for log that can be used: *success*|*failed*|*unknown*
  • andrzejekandrzejek Polska
    edited July 2019
    What about logging per project / projects selection. Or file per mask.
    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?
  • SvenSven www.GSA-Online.de
    hmm the site list is created by this...of course you can not save things by different error codes, just failed is saved but in the end it is not very helpful having a bunch of URLs. It usually is better debugging using the "debug mode" and there you have all the data and can right click and edit engines to your needs.

    Adding this would be complicated and not of much use I guess. Complicated as the saving to files should happen outside the submission thread to not get in conflict with other threads writing to it. That means another buffer and locking / slow down.
Sign In or Register to comment.