importX icon indicating copy to clipboard operation
importX copied to clipboard

Debug option (default: off) to show more details on progress

Open Mark-H opened this issue 14 years ago • 1 comments

A debug function may help determining why a certain import may fail.

This could be a combobox selecting the level of debugging: none (default), settings, basic, both It would:

  • log messages for every resource imported, depending on the debug level: -- none would simply output the total number of resources to import, and the number of resources imported at the end. (what it does now) -- settings would display the options set and check against the header row -- basic would display "Succesfully imported {$pagetitle}" after a succesful import -- both would display both of the above.

Open to other debug suggestions!


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Mark-H avatar May 06 '11 17:05 Mark-H

Having an output (progress indicator) or augmenting the number each time a resource is imported can be helpful. Doing a 7,000+ import can take 10+ mins in windows, so this can be useful to monitor how's it going :)

lithiumlab avatar Nov 14 '11 21:11 lithiumlab