Can I enable logging for Vimeography?

Rudimentary request logging is introduced as a part of Vimeography 2.2

To enable:

Add the following line to your WordPress functions.php file, or using another plugin like Code Snippets

add_filter('vimeography.logs.enabled', '__return_true');
To use:
  1. Visit edit galleries page in admin
  2. Refresh videos cache
  3. Visit frontend page with problematic gallery
  4. Return to edit galleries page in admin
  5. append `&debug` to url to view the cached transient data

The transient will expire after 15 minutes and automatically be removed from your database.

Still need help? Contact Us Contact Us