• Resolved Anik Biswas

    (@anik4e)


    Hello,
    Recently i discover that EDD added a lots of “edd_log” and “edd_license_log” post type in Database. Is this necessary? Why i need that feature? Can i delete this log file from the Database? Do you have any settings to remove this?
    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Support Mihai Joldis

    (@misulicus)

    Hey @anik4e

    The edd_log includes sales logs right now, so removing those would kill the store stats because that’s how 2.x does reporting at the moment.
    EDD 3.0 will change the way reporting is recorded and how it works and during the migration process you will have the option to delete the legacy data.

    Definitely don’t do anything with those and all the sales ones will be removed in 3.0

    edd_license_log could be anything from activations, upgrades, price ID changes, activation count changes, lots of things. This is added by the Software Licensing extension.
    You could deactivate those with 2 filters:

    
    add_filter( 'edd_sl_log_license_activation', '__return_false' );
    add_filter( 'edd_sl_log_license_deactivation', '__return_false' );
    
    • This reply was modified 2 years, 5 months ago by Mihai Joldis.
Viewing 1 replies (of 1 total)
  • The topic ‘Error!!! A lot of log file in Database’ is closed to new replies.