The SocialDataBundle comes with a dedicated log table.
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
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
TBD
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!