At this point I feel like the module could really benefit from its own logging separate from drupal watchdog, ideally I want to build this out so each transfer has its own log stream that can be viewed on the internet archive tab for the node. I also want a stream of human readable log entries for a status page on the main module settings page (separating this out from the current statistics page).

Comments

civicpixel’s picture

I've made a dozen commits in the past few days to create a new logging system. Logging has been moved to the Reports section in the administration area, and is also available on the internet_archive tab per node, as well as per file transfer.

All that remains before I feel comfortable marking this issue as fixed is to find a way to output log messages in Drush, and do more testing on the completeness of the data being stored with each message.

civicpixel’s picture

Title: Create log / status separate from drupal watchdog, improve messaging in drush execution » Add log output to Drush