• A site I maintain has embedded players that link to videos that no longer exist, I want these errors to be written to the access.log (or anywhere) that I can read and update the posts/pages.

    I see:
    \brightcove-video-connect\includes\class-bc-logging.php

    has a routine if WP_DEBUG is enabled. Could I just comment out lines 21 & 22:

    if( !defined( ‘WP_DEBUG’ ) )
    return false;

    and have it log to my syslog or custom file all the time without hosing the plugin?

  • The topic ‘Logging Missing Videos’ is closed to new replies.