Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Logging

image

The SocialDataBundle comes with a dedicated log table.

Modify Clean Up Task Expiration Days

Logs will be removed after 30 days. Change the expiration via configuration:

social_data:
    maintenance:
        clean_up_logs: 
            expiration_days: 10 #delete logs older than 10 days, default 30

Disable Clean Up Task

To disable the complete clean up task, you need to define it via configuration:

social_data:
    maintenance:
        clean_up_logs: 
            enabled: false      # disable task, default true

Custom Clean-Up

Wall

TBD

Global Log Flush

There is also a global log flush workflow. Go to the global connector configuration panel and hit the "Flush all logs" button at the left top corner.

Be aware this will truncate the logs tables and can't be undone!